Commit f668c5b5 authored by aurel's avatar aurel

libxvid is producing standard mpeg4 so it don't need its own codec id

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d18ad9a0
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment