aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-01-25 02:29:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-01-26 03:43:31 +0100
commitd20d1449e0eea245c483c0b97faf38df5092ff2f (patch)
tree2e660bc77ccac874b2be30a0ee721ffdb02f8568 /libavformat/utils.c
parent0c468f5684533b9ff82420d165db6b1940349e1c (diff)
downloadffmpeg-d20d1449e0eea245c483c0b97faf38df5092ff2f.tar.gz
Make ff_interleave_compare_dts static to utils.c.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 101e1f6ff90c3365bfde05469ae26d2ee7f71f3e)
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r--libavformat/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c
index c208bd994f..4f51c26697 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -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];