X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tools%2Fpktdumper.c;h=16a965b75697b8422f5e52eb588bb19d83b551fd;hb=5420c8f76e70f5b390c8df07ab70e8b1e6d7fb75;hp=6516ad3a225d52aa1583cc513dd9e7153109f18f;hpb=b065c71e9d2ad3c5d65f924a4003e3a7ee595417;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);