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
libxvid is producing standard mpeg4 so it don't need its own codec id
Originally committed as revision 22489 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Aurelien Jacobs
15 years ago
parent
4f4e40085f
commit
2325bdad7b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/libxvidff.c
+ 1
- 1
libavcodec/libxvidff.c
View File
@@ -770,7 +770,7 @@ int xvid_ff_2pass(void *ref, int cmd, void *p1, void *p2) {
AVCodec libxvid_encoder = {
"libxvid",
CODEC_TYPE_VIDEO,
CODEC_ID_
XVID
,
CODEC_ID_
MPEG4
,
sizeof(struct xvid_context),
xvid_encode_init,
xvid_encode_frame,
Write
Preview
Loading…
Cancel
Save