This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.6
Aurelien Jacobs
15 years ago
parent
74dc70c425
commit
382b5b3a0c
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/avcodec.h
+ 2
- 0
libavcodec/avcodec.h
View File
@@ -125,7 +125,9 @@ enum CodecID {
CODEC_ID_QDRAW,
CODEC_ID_QDRAW,
CODEC_ID_VIXL,
CODEC_ID_VIXL,
CODEC_ID_QPEG,
CODEC_ID_QPEG,
#if LIBAVCODEC_VERSION_MAJOR < 53
CODEC_ID_XVID,
CODEC_ID_XVID,
#endif
CODEC_ID_PNG,
CODEC_ID_PNG,
CODEC_ID_PPM,
CODEC_ID_PPM,
CODEC_ID_PBM,
CODEC_ID_PBM,
Write
Preview
Loading…
Cancel
Save