[FFmpeg-cvslog] r17717 - trunk/libavcodec/mpeg12.c

diego subversion
Mon Mar 2 06:20:01 CET 2009


Author: diego
Date: Mon Mar  2 06:20:00 2009
New Revision: 17717

Log:
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.

Modified:
   trunk/libavcodec/mpeg12.c

Modified: trunk/libavcodec/mpeg12.c
==============================================================================
--- trunk/libavcodec/mpeg12.c	Mon Mar  2 06:18:33 2009	(r17716)
+++ trunk/libavcodec/mpeg12.c	Mon Mar  2 06:20:00 2009	(r17717)
@@ -2534,7 +2534,7 @@ AVCodec mpeg_xvmc_decoder = {
     mpeg_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED| CODEC_CAP_HWACCEL | CODEC_CAP_DELAY,
     .flush= ff_mpeg_flush,
-    .long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video XvMC (X-Video Motion Compensation)"),
+    .long_name = NULL_IF_CONFIG_SMALL("MPEG-1/2 video XvMC (X-Video Motion Compensation)"),
 };
 
 #endif




More information about the ffmpeg-cvslog mailing list