Revert 8199541
and guard with not(ffmpeg4)
This commit is contained in:
@ -6,6 +6,8 @@ bitflags! {
|
||||
const NO_FILE = AVFMT_NOFILE;
|
||||
const NEED_NUMBER = AVFMT_NEEDNUMBER;
|
||||
const SHOW_IDS = AVFMT_SHOW_IDS;
|
||||
#[cfg(not(feature = "ffmpeg4"))]
|
||||
const RAW_PICTURE = AVFMT_RAWPICTURE;
|
||||
const GLOBAL_HEADER = AVFMT_GLOBALHEADER;
|
||||
const NO_TIMESTAMPS = AVFMT_NOTIMESTAMPS;
|
||||
const GENERIC_INDEX = AVFMT_GENERIC_INDEX;
|
||||
|
Reference in New Issue
Block a user