summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index cd4161ff82..fb5742b815 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -3101,7 +3101,7 @@ AVStream *av_new_stream(AVFormatContext *s, int id)
}
#endif
-AVStream *avformat_new_stream(AVFormatContext *s, AVCodec *c)
+AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c)
{
AVStream *st;
int i;