[FFmpeg-cvslog] proresdec: set CODEC_CAP_DR1, it appears this was forgotten.
Michael Niedermayer
git at videolan.org
Fri Oct 14 02:21:25 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Oct 14 01:45:13 2011 +0200| [8937afd39f378ad3ae5bc2e54da6655680775e77] | committer: Michael Niedermayer
proresdec: set CODEC_CAP_DR1, it appears this was forgotten.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8937afd39f378ad3ae5bc2e54da6655680775e77
---
libavcodec/proresdec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c
index 6f42902..51807bc 100644
--- a/libavcodec/proresdec.c
+++ b/libavcodec/proresdec.c
@@ -589,5 +589,5 @@ AVCodec ff_prores_decoder = {
.close = decode_close,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("ProRes"),
- .capabilities = CODEC_CAP_SLICE_THREADS,
+ .capabilities = CODEC_CAP_DR1 | CODEC_CAP_SLICE_THREADS,
};
More information about the ffmpeg-cvslog
mailing list