Make ff_interleave_compare_dts static to utils.c.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
committed by
Janne Grunau
parent
c34461b35b
commit
101e1f6ff9
@ -3000,7 +3000,7 @@ next_non_null:
|
||||
*next_point= this_pktl;
|
||||
}
|
||||
|
||||
int ff_interleave_compare_dts(AVFormatContext *s, AVPacket *next, AVPacket *pkt)
|
||||
static int ff_interleave_compare_dts(AVFormatContext *s, AVPacket *next, AVPacket *pkt)
|
||||
{
|
||||
AVStream *st = s->streams[ pkt ->stream_index];
|
||||
AVStream *st2= s->streams[ next->stream_index];
|
||||
|
Reference in New Issue
Block a user