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(). --- tools/pktdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pktdumper.c b/tools/pktdumper.c index 2da1146430..e9e5acfdec 100644 --- a/tools/pktdumper.c +++ b/tools/pktdumper.c @@ -117,7 +117,7 @@ int main(int argc, char **argv) break; } - av_close_input_file(fctx); + avformat_close_input(&fctx); while (donotquit) sleep(60); -- cgit v1.2.3