changeset 11468:67786aecf351 libavcodec

libxvid is producing standard mpeg4 so it don't need its own codec id
author aurel
date Fri, 12 Mar 2010 23:24:54 +0000
parents c9f240e43ef9
children 75b80079449f
files libxvidff.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libxvidff.c	Fri Mar 12 16:59:21 2010 +0000
+++ b/libxvidff.c	Fri Mar 12 23:24:54 2010 +0000
@@ -770,7 +770,7 @@
 AVCodec libxvid_encoder = {
     "libxvid",
     CODEC_TYPE_VIDEO,
-    CODEC_ID_XVID,
+    CODEC_ID_MPEG4,
     sizeof(struct xvid_context),
     xvid_encode_init,
     xvid_encode_frame,