mpeg12: Unbreak building stale code

Broken in 2d59159508
This commit is contained in:
Luca Barbato 2015-10-16 08:45:04 +02:00
parent 504e3f75bf
commit 49d7fcd774
1 changed files with 1 additions and 1 deletions

View File

@ -2753,7 +2753,7 @@ AVCodec ff_mpeg_xvmc_decoder = {
.close = mpeg_decode_end,
.decode = mpeg_decode_frame,
.capabilities = AV_CODEC_CAP_DRAW_HORIZ_BAND | AV_CODEC_CAP_DR1 |
AV_CODEC_CAP_TRUNCATED | AV_CODEC_CAP_HWACCEL |
AV_CODEC_CAP_TRUNCATED | CODEC_CAP_HWACCEL |
AV_CODEC_CAP_DELAY,
.flush = flush,
};