lavf: const correctness for avformat_new_stream

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-10-24 14:29:05 +00:00
parent e3ba817b95
commit e12cfd044c
2 changed files with 2 additions and 2 deletions

View file

@ -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;