avformat/rawdec: Make ff_raw_data_read_header() non static
This is similar to the raw video read header Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user