summaryrefslogtreecommitdiff
path: root/tools/pktdumper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pktdumper.c')
-rw-r--r--tools/pktdumper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pktdumper.c b/tools/pktdumper.c
index 80816d24b9..56bc7b7ce0 100644
--- a/tools/pktdumper.c
+++ b/tools/pktdumper.c
@@ -89,9 +89,9 @@ int main(int argc, char **argv)
return 1;
}
- err = av_find_stream_info(fctx);
+ err = avformat_find_stream_info(fctx, NULL);
if (err < 0) {
- fprintf(stderr, "av_find_stream_info: error %d\n", err);
+ fprintf(stderr, "avformat_find_stream_info: error %d\n", err);
return 1;
}