summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-27 11:25:23 +0200
committerClément Bœsch <clement@stupeflix.com>2016-08-17 16:17:42 +0200
commitb2016189db99eb1c37314cedf5c676491548bf3a (patch)
treea79dca6e286f98bce26c6ec31eea931016929a7d /libavformat/internal.h
parent2477775bf837798696c283a854d17a1d2c60b923 (diff)
downloadffmpeg-streaming-b2016189db99eb1c37314cedf5c676491548bf3a.zip
ffmpeg-streaming-b2016189db99eb1c37314cedf5c676491548bf3a.tar.gz
lavf/utils: add some const to pointers parameters in a few functions
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 0119749..f9278c5 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -561,7 +561,7 @@ enum AVWriteUncodedFrameFlags {
/**
* Copies the whilelists from one context to the other
*/
-int ff_copy_whiteblacklists(AVFormatContext *dst, AVFormatContext *src);
+int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
int ffio_open2_wrapper(struct AVFormatContext *s, AVIOContext **pb, const char *url, int flags,
const AVIOInterruptCB *int_cb, AVDictionary **options);
OpenPOWER on IntegriCloud