]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat/avformat, utils: Make av_find_best_stream const-correct
[ffmpeg] / libavformat / avformat.h
index 23bdaa207bc168eb74b1671c3fd72051175236a7..28069d45dc28dd2323cb3dc4958279f8e06cce51 100644 (file)
@@ -2070,7 +2070,7 @@ int av_find_best_stream(AVFormatContext *ic,
                         enum AVMediaType type,
                         int wanted_stream_nb,
                         int related_stream,
-                        AVCodec **decoder_ret,
+                        const AVCodec **decoder_ret,
                         int flags);
 
 /**