summaryrefslogtreecommitdiffstats
path: root/libavcodec/libschroedingerdec.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-14 15:00:53 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-14 15:00:53 +0200
commit3d93ff289e0421d71cd63e246727d8ace256f27d (patch)
tree550f02bdee0db06ef5231921d9ebe0eb4f387869 /libavcodec/libschroedingerdec.c
parent9c3f75c29d2938bc3dd77a7733a11059ed2bc488 (diff)
parent6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3 (diff)
downloadffmpeg-streaming-3d93ff289e0421d71cd63e246727d8ace256f27d.zip
ffmpeg-streaming-3d93ff289e0421d71cd63e246727d8ace256f27d.tar.gz
Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'
* commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3': libschroedinger: Properly use AVFrame API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/libschroedingerdec.c')
-rw-r--r--libavcodec/libschroedingerdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c
index 6ddb811..152cbe7 100644
--- a/libavcodec/libschroedingerdec.c
+++ b/libavcodec/libschroedingerdec.c
@@ -383,6 +383,6 @@ AVCodec ff_libschroedinger_decoder = {
.init = libschroedinger_decode_init,
.close = libschroedinger_decode_close,
.decode = libschroedinger_decode_frame,
- .capabilities = AV_CODEC_CAP_DELAY,
+ .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1,
.flush = libschroedinger_flush,
};
OpenPOWER on IntegriCloud