# HG changeset patch # User diego # Date 1235971200 0 # Node ID 0d39a5203bf087fdc9e04cee944d3e87649415e6 # Parent bf274494b66ec70a264e682b50070bb795b0ee81 xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. diff -r bf274494b66e -r 0d39a5203bf0 mpeg12.c --- 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