]> git.sesse.net Git - ffmpeg/blobdiff - doc/examples/demuxing_decoding.c
Merge commit '78149d6657302b58d5e46e8bc0a521ed009f86f7'
[ffmpeg] / doc / examples / demuxing_decoding.c
index b1a216abb4cb72f448b4fe215d0ab3692be72a1e..69a31a893519cdb91bd1f39cad6b7df02b160e59 100644 (file)
@@ -252,9 +252,6 @@ int main (int argc, char **argv)
     video_dst_filename = argv[2];
     audio_dst_filename = argv[3];
 
-    /* register all formats and codecs */
-    av_register_all();
-
     /* open input file, and allocate format context */
     if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) {
         fprintf(stderr, "Could not open source file %s\n", src_filename);