examples: Don't call deprecated functions which don't do anything

This commit is contained in:
Mark Thompson
2018-02-07 19:36:57 +00:00
parent c69054fa24
commit 10bcc41bb4
20 changed files with 0 additions and 40 deletions

View File

@@ -94,9 +94,6 @@ int main(int argc, char **argv)
filename = argv[1];
outfilename = argv[2];
/* register all the codecs */
avcodec_register_all();
pkt = av_packet_alloc();
/* find the MPEG audio decoder */