]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/src_movie.c
Merge commit 'e16b20782a597e36a9c7488487c3179375a25b97'
[ffmpeg] / libavfilter / src_movie.c
index 258ba504a57177cc777bcfd4f2b820c75da931d8..bcabfcc4c295e0b2cd220fb168c614ad5a0d111a 100644 (file)
@@ -239,8 +239,6 @@ static av_cold int movie_common_init(AVFilterContext *ctx)
         return AVERROR_PATCHWELCOME;
     }
 
-    av_register_all();
-
     // Try to find the movie format (container)
     iformat = movie->format_name ? av_find_input_format(movie->format_name) : NULL;