X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frawdec.c;h=b903e63fb488ad6db7f7898f8944c9e2c475b0eb;hb=0c00e734ef2b1cac83cf71f331bdb0f6e504de23;hp=bbb76b6c95c4d26987ffaf30302707a533f4383f;hpb=b0ba8a23b61506766f8497e2bf972da2077d235a;p=ffmpeg diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c index bbb76b6c95c..b903e63fb48 100644 --- a/libavformat/rawdec.c +++ b/libavformat/rawdec.c @@ -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)