Drop obselete macros (obselete wrt FFmpeg 4.0)

This commit is contained in:
Zhiming Wang
2018-09-10 14:39:28 -04:00
parent 67b7f13305
commit 8199541f09
5 changed files with 0 additions and 17 deletions

View File

@ -6,7 +6,6 @@ bitflags! {
const NO_FILE = AVFMT_NOFILE;
const NEED_NUMBER = AVFMT_NEEDNUMBER;
const SHOW_IDS = AVFMT_SHOW_IDS;
const RAW_PICTURE = AVFMT_RAWPICTURE;
const GLOBAL_HEADER = AVFMT_GLOBALHEADER;
const NO_TIMESTAMPS = AVFMT_NOTIMESTAMPS;
const GENERIC_INDEX = AVFMT_GENERIC_INDEX;