[FFmpeg-devel] [PATCH 1/3] ffmpeg: do not copy the segment_uid metadata.
Nicolas George
george at nsup.org
Fri Feb 27 16:50:28 CET 2015
Signed-off-by: Nicolas George <george at nsup.org>
---
ffmpeg_opt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 39c5f49..2484884 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -2164,6 +2164,7 @@ loop_end:
if(o->recording_time != INT64_MAX)
av_dict_set(&oc->metadata, "duration", NULL, 0);
av_dict_set(&oc->metadata, "creation_time", NULL, 0);
+ av_dict_set(&oc->metadata, "segment_uid", NULL, 0);
}
if (!o->metadata_streams_manual)
for (i = of->ost_index; i < nb_output_streams; i++) {
--
2.1.4
More information about the ffmpeg-devel
mailing list