Commit 0eab3ae2 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4bf78ef
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment