summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-10-05 11:21:23 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-10-05 11:21:23 +0200
commitd0186a4ec4c4391906bf7dcd83d3ea3e3b858d82 (patch)
tree2d6f4449d142c5666634dacda71c9bf613231cc0 /libavcodec/dv.h
parentfecf775624c029f50cef697e1c40316b2d51a845 (diff)
parentcab63a8b594cdc365bb2581a12b3ac8e6dd480b2 (diff)
downloadffmpeg-streaming-d0186a4ec4c4391906bf7dcd83d3ea3e3b858d82.zip
ffmpeg-streaming-d0186a4ec4c4391906bf7dcd83d3ea3e3b858d82.tar.gz
Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2'
* commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2': dv: Mark internal frame reference as const Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/dv.h')
-rw-r--r--libavcodec/dv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index 5d28263..af506eb 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -39,7 +39,7 @@ typedef struct DVwork_chunk {
typedef struct DVVideoContext {
const AVDVProfile *sys;
- AVFrame *frame;
+ const AVFrame *frame;
AVCodecContext *avctx;
uint8_t *buf;
OpenPOWER on IntegriCloud