summaryrefslogtreecommitdiff
path: root/libavformat/seek.c
diff options
context:
space:
mode:
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 6c4286bb8e..e64021dc78 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -516,4 +516,3 @@ void ff_free_parser_state(AVFormatContext *s, AVParserState *state)
av_free(state->stream_states);
av_free(state);
}
-