projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace all uses of av_close_input_file() with avformat_close_input().
[ffmpeg.git]
/
tools
/
pktdumper.c
diff --git
a/tools/pktdumper.c
b/tools/pktdumper.c
index
2da1146
..
e9e5acf
100644
(file)
--- a/
tools/pktdumper.c
+++ b/
tools/pktdumper.c
@@
-117,7
+117,7
@@
int main(int argc, char **argv)
break;
}
- av
_close_input_file(
fctx);
+ av
format_close_input(&
fctx);
while (donotquit)
sleep(60);