X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fexamples%2Fdecode_audio.c;h=19dcafd2c82c3ecd40837a75776b24faf55312b6;hb=75aa14b870226536d38ec90857ab741e196f70f3;hp=fb9a9af2f60b0be8e5589d09dcca613e6cb1586e;hpb=edef07569ccc4e10151c676bfd440412c8592f31;p=ffmpeg diff --git a/doc/examples/decode_audio.c b/doc/examples/decode_audio.c index fb9a9af2f60..19dcafd2c82 100644 --- a/doc/examples/decode_audio.c +++ b/doc/examples/decode_audio.c @@ -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 */