avcodec/dv_profile: do not use globs

This commit is contained in:
meh
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 0021888363
commit 8c39b46a13
+1 -1
View File
@@ -1,5 +1,5 @@
use libc::{c_int, c_uint, uint8_t};
use super::super::avutil::*;
use super::super::avutil::{AVPixelFormat, AVRational};
pub const DV_PROFILE_BYTES: c_int = 6 * 80;