changeset 9084:0d39a5203bf0 libavcodec

xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.
author diego
date Mon, 02 Mar 2009 05:20:00 +0000
parents bf274494b66e
children a199529ef171
files mpeg12.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpeg12.c	Mon Mar 02 05:18:33 2009 +0000
+++ b/mpeg12.c	Mon Mar 02 05:20:00 2009 +0000
@@ -2534,7 +2534,7 @@
     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