summaryrefslogtreecommitdiff
path: root/libavformat/seek.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/seek.c')
-rw-r--r--libavformat/seek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c
index a2e09a2fd4..a2900b46e0 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -237,7 +237,7 @@ static void search_hi_lo_keyframes(AVFormatContext *s,
}
// Clean up the parser.
- av_read_frame_flush(s);
+ ff_read_frame_flush(s);
}
int64_t ff_gen_syncpoint_search(AVFormatContext *s,
@@ -451,7 +451,7 @@ void ff_restore_parser_state(AVFormatContext *s, AVParserState *state)
int i;
AVStream *st;
AVParserStreamState *ss;
- av_read_frame_flush(s);
+ ff_read_frame_flush(s);
if (!state)
return;