X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fsrc_movie.c;h=bcabfcc4c295e0b2cd220fb168c614ad5a0d111a;hb=27e30c73d722ec13e59753dea91be00859c72bf2;hp=258ba504a57177cc777bcfd4f2b820c75da931d8;hpb=f75ba4c2d632a613df9eb40e8ae7ac9fb162b67e;p=ffmpeg diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index 258ba504a57..bcabfcc4c29 100644 --- a/libavfilter/src_movie.c +++ b/libavfilter/src_movie.c @@ -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;