X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tools%2Fpktdumper.c;h=16a965b75697b8422f5e52eb588bb19d83b551fd;hb=0aaaca25e044a4b87fb8f899f3a920b79163e811;hp=6516ad3a225d52aa1583cc513dd9e7153109f18f;hpb=be6749c7190e8dd4a5fc44b1efef6cfac3209b5f;p=ffmpeg diff --git a/tools/pktdumper.c b/tools/pktdumper.c index 6516ad3a225..16a965b7569 100644 --- a/tools/pktdumper.c +++ b/tools/pktdumper.c @@ -89,9 +89,6 @@ int main(int argc, char **argv) strcat(fntemplate, PKTFILESUFF); printf("FNTEMPLATE: '%s'\n", fntemplate); - // register all file formats - av_register_all(); - err = avformat_open_input(&fctx, argv[1], NULL, NULL); if (err < 0) { fprintf(stderr, "cannot open input: error %d\n", err);