[FFmpeg-cvslog] ffmpeg: dont copy creation_time as the destination file is not created at that time

Michael Niedermayer git at videolan.org
Thu Jun 28 17:30:36 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jun 28 17:09:36 2012 +0200| [e377208d43d95d024cf1af3110036366ed4379c9] | committer: Michael Niedermayer

ffmpeg: dont copy creation_time as the destination file is not created at that time

Fixes Ticket1439

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e377208d43d95d024cf1af3110036366ed4379c9
---

 ffmpeg.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffmpeg.c b/ffmpeg.c
index f6ce70b..aa16e05 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -5242,6 +5242,7 @@ loop_end:
                      AV_DICT_DONT_OVERWRITE);
         if(o->recording_time != INT64_MAX)
             av_dict_set(&oc->metadata, "duration", NULL, 0);
+        av_dict_set(&oc->metadata, "creation_time", NULL, 0);
     }
     if (!o->metadata_streams_manual)
         for (i = output_files[nb_output_files - 1]->ost_index; i < nb_output_streams; i++) {



More information about the ffmpeg-cvslog mailing list