Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-02-28 05:11:34 +0300
committerMarton Balint <cus@passwd.hu>2016-03-03 03:37:18 +0300
commit28fbdece79d2f8d0df6669bbf577214de153a0bc (patch)
tree08ae7e11b2631a102fb1d31e327c2644e79e0a4b /libavformat/lrcenc.c
parente7dd97b5d8cd6ea150446591f37a5946e8ab7cfb (diff)
avformat: use ff_standardize_creation_time for formats writing all format string metadata
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/lrcenc.c')
-rw-r--r--libavformat/lrcenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/lrcenc.c b/libavformat/lrcenc.c
index b316ccd6d8..74268cc681 100644
--- a/libavformat/lrcenc.c
+++ b/libavformat/lrcenc.c
@@ -52,6 +52,7 @@ static int lrc_write_header(AVFormatContext *s)
}
avpriv_set_pts_info(s->streams[0], 64, 1, 100);
+ ff_standardize_creation_time(s);
ff_metadata_conv_ctx(s, ff_lrc_metadata_conv, NULL);
if(!(s->flags & AVFMT_FLAG_BITEXACT)) { // avoid breaking regression tests
/* LRC provides a metadata slot for specifying encoder version