]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'
[ffmpeg] / libavformat / avformat.h
index f993dbcff96cff9fc4494b70dda5f87517a7e6fc..3d99518990b269c9fc40fe6b12ac728ff15001f5 100644 (file)
@@ -1311,7 +1311,7 @@ const AVClass *avformat_get_class(void);
  *
  * @return newly created stream or NULL on error.
  */
-AVStream *avformat_new_stream(AVFormatContext *s, AVCodec *c);
+AVStream *avformat_new_stream(AVFormatContext *s, const AVCodec *c);
 
 AVProgram *av_new_program(AVFormatContext *s, int id);