Browse Source

paf: add forgotten CODEC_CAP_DR1

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.0
Paul B Mahol 13 years ago
parent
commit
c2cbe58cd4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/paf.c

+ 1
- 0
libavcodec/paf.c View File

@@ -439,6 +439,7 @@ AVCodec ff_paf_video_decoder = {
.init = paf_vid_init,
.close = paf_vid_close,
.decode = paf_vid_decode,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Amazing Studio Packed Animation File Video"),
};



Loading…
Cancel
Save