]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rawdec.c
Merge commit '7915e6741dbe1cf3a8781cead3e68a7666de14f4'
[ffmpeg] / libavformat / rawdec.c
index bbb76b6c95c4d26987ffaf30302707a533f4383f..b903e63fb488ad6db7f7898f8944c9e2c475b0eb 100644 (file)
@@ -92,7 +92,7 @@ fail:
     return ret;
 }
 
-static int ff_raw_data_read_header(AVFormatContext *s)
+int ff_raw_data_read_header(AVFormatContext *s)
 {
     AVStream *st = avformat_new_stream(s, NULL);
     if (!st)