]> git.sesse.net Git - ffmpeg/blobdiff - doc/examples/muxing.c
examples: Don't call deprecated functions which don't do anything
[ffmpeg] / doc / examples / muxing.c
index 6b98a3b2a0ac1459758ff6a4a85e9c7dd963c8c4..08da98e574a91fcc364b8432a095870e74facb1c 100644 (file)
@@ -564,9 +564,6 @@ int main(int argc, char **argv)
     AVDictionary *opt = NULL;
     int i;
 
-    /* Initialize libavcodec, and register all codecs and formats. */
-    av_register_all();
-
     if (argc < 2) {
         printf("usage: %s output_file\n"
                "API example program to output a media file with libavformat.\n"