From cd3716b9aae7e141e7b4faf9783131809f40991f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 11 Dec 2011 10:38:28 +0100 Subject: Replace all uses of av_close_input_file() with avformat_close_input(). --- libavformat/seek-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/seek-test.c') diff --git a/libavformat/seek-test.c b/libavformat/seek-test.c index 43dee56fe7..699c693c3f 100644 --- a/libavformat/seek-test.c +++ b/libavformat/seek-test.c @@ -127,7 +127,7 @@ int main(int argc, char **argv) printf("ret:%-10s st:%2d flags:%d ts:%s\n", ret_str(ret), stream_id, i&1, ts_buf); } - av_close_input_file(ic); + avformat_close_input(&ic); return 0; } -- cgit v1.2.3