diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:20:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-02 05:20:00 +0000 |
commit | 326b554ccf85fa99636f5be8fd7a22c08ef4c647 (patch) | |
tree | b9630b67f78a08a44e62cd191cc59c841a38c1c1 /libavcodec/mpeg12.c | |
parent | 0ffbc258aa00b3cd88ff9c8d141a7661655b4571 (diff) | |
download | ffmpeg-326b554ccf85fa99636f5be8fd7a22c08ef4c647.tar.gz |
xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.
Originally committed as revision 17717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r-- | libavcodec/mpeg12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 5a3e3bf6b4..9e67ee5c61 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -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 |