]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcode: set AVFILTER_AUTO_CONVERT_ALL, issue #4797
authorDietmar Konermann <dk@diddle-online.de>
Tue, 2 Jan 2018 14:33:23 +0000 (15:33 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Jan 2018 09:51:51 +0000 (10:51 +0100)
src/transcoding/transcode/context.c

index a035bafa3d377dd77a15e91b1c0926318e6376bd..098f05c7a73fac4067d323d4a534ff4606ac8562 100644 (file)
@@ -603,7 +603,7 @@ tvh_context_open_filters(TVHContext *self,
     }
 
     avfilter_graph_set_auto_convert(self->avfltgraph,
-                                    AVFILTER_AUTO_CONVERT_NONE);
+                                    AVFILTER_AUTO_CONVERT_ALL);
 
     if ((ret = avfilter_graph_config(self->avfltgraph, &logctx)) < 0) {
         tvh_context_log(self, LOG_ERR, "filters: failed to config filter graph");