Browse Source

mpeg12: Unbreak building stale code

Broken in 2d59159508
tags/n3.0
Luca Barbato 10 years ago
parent
commit
49d7fcd774
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpeg12dec.c

+ 1
- 1
libavcodec/mpeg12dec.c 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,
};


Loading…
Cancel
Save