summaryrefslogtreecommitdiff
path: root/libavformat/lrcenc.c
diff options
context:
space:
mode:
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