diff --git a/hello.c b/hello.c index a0430a7..bf57d04 100644 --- a/hello.c +++ b/hello.c @@ -23,6 +23,8 @@ int main(int argc, char * argv[]) return 1; } + av_dump_format(context, 0, argv[1], 0); + avformat_close_input(&context); return 0;