summaryrefslogtreecommitdiff
path: root/libavformat/seek.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 23:19:05 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 23:19:05 +0000
commite16c73e67ecea3309ea6c404eda002a8703aecbd (patch)
tree8615576017d01c282cb712069b68d58eece4c636 /libavformat/seek.c
parentddb8c2c0f135100387114727000f4c1e3d52c9a9 (diff)
downloadffmpeg-e16c73e67ecea3309ea6c404eda002a8703aecbd.tar.gz
Move av_read_frame_flush() prototype to lavf/internal.h
Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/seek.c')
-rw-r--r--libavformat/seek.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c
index 3f77b342e3..685cbbfe14 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -25,7 +25,6 @@
// NOTE: implementation should be moved here in another patch, to keep patches
// separated.
-extern void av_read_frame_flush(AVFormatContext *s);
/**
* helper structure describing keyframe search state of one stream