CODEC_ID_XVID is not used anywhere, remove it at next major bump
Originally committed as revision 22511 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
74dc70c425
commit
382b5b3a0c
1 changed files with 2 additions and 0 deletions
|
|
@ -125,7 +125,9 @@ enum CodecID {
|
|||
CODEC_ID_QDRAW,
|
||||
CODEC_ID_VIXL,
|
||||
CODEC_ID_QPEG,
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 53
|
||||
CODEC_ID_XVID,
|
||||
#endif
|
||||
CODEC_ID_PNG,
|
||||
CODEC_ID_PPM,
|
||||
CODEC_ID_PBM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue