]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
transcoding: don't set profile for h264 (it's not accepted for a reason), fixes ...
authorJaroslav Kysela <perex@perex.cz>
Fri, 23 Nov 2018 11:04:21 +0000 (12:04 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Nov 2018 11:04:21 +0000 (12:04 +0100)
src/plumbing/transcoding.c

index f587df772824c480076f892c77e9200b4e82eec6..cf48f9b36c295ce60a668949cc451b8e61a58738 100644 (file)
@@ -1348,7 +1348,7 @@ transcoder_stream_video(transcoder_t *t, transcoder_stream_t *ts, th_pkt_t *pkt)
       tvhinfo(LS_TRANSCODE, "%04X: Using preset %s", shortid(t), t->t_props.tp_vcodec_preset);
 
       // All modern devices should support "high" profile
-      av_dict_set(&opts, "profile", "high", 0);
+      //av_dict_set(&opts, "profile", "high", 0);
 
       if (t->t_props.tp_vbitrate < 64) {
         // encode with specified quality and optimize for low latency