mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
4f4e40085f
commit
2325bdad7b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue