X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=e31a2c6092054e22bf08654b732e35231c55a521;hb=c2972a2800242229ac22e882fe60245a44ac026c;hp=76094575c98a6268aeb3e7cac2b3bfe10c3fa55d;hpb=f53569a93f853057d4852601b547a1d9c57613b6;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index 76094575c98..e31a2c60920 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2596,7 +2596,6 @@ static int init_output_stream(OutputStream *ost, char *error, int error_len) } if (!av_dict_get(ost->encoder_opts, "threads", NULL, 0)) av_dict_set(&ost->encoder_opts, "threads", "auto", 0); - av_dict_set(&ost->encoder_opts, "side_data_only_packets", "1", 0); if (ost->enc->type == AVMEDIA_TYPE_AUDIO && !codec->defaults && !av_dict_get(ost->encoder_opts, "b", NULL, 0) &&