diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-08-22 16:05:43 +0000 |
---|---|---|
committer | Ivan Schreter <schreter@gmx.net> | 2009-08-22 16:05:43 +0000 |
commit | 101036adb9ad143c1da8db41c2dd89eaf6d32deb (patch) | |
tree | 7a7fd7611115bfc8fc21d7e070e3956ecf90f268 /libavformat/utils.c | |
parent | 50b1785a578a44124877c4fe93e21c0c9376446b (diff) | |
download | ffmpeg-101036adb9ad143c1da8db41c2dd89eaf6d32deb.tar.gz |
Support for generic multi-stream key frame finding for new seek API.
Originally committed as revision 19680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index b9f6c004c9..4cec2863f3 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -1140,7 +1140,7 @@ int av_find_default_stream_index(AVFormatContext *s) /** * Flush the frame reader. */ -static void av_read_frame_flush(AVFormatContext *s) +void av_read_frame_flush(AVFormatContext *s) { AVStream *st; int i; |