diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-12 15:12:05 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-12 15:12:05 +0200 |
commit | 580c4fc98a213ff56ec95f95c30dde81cb7ef46c (patch) | |
tree | e540b1dbb8df192953f6f4e1e91fefefc001212d /ffmpeg.c | |
parent | 141637002767d47154bffaf1463edcfd9445a5ee (diff) | |
parent | 6064f697a321174232a3fad351afb21150c3e9e5 (diff) | |
download | ffmpeg-580c4fc98a213ff56ec95f95c30dde81cb7ef46c.tar.gz |
Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'
* commit '6064f697a321174232a3fad351afb21150c3e9e5':
lavc: Enable side data only packets by default
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) && |