summaryrefslogtreecommitdiff
path: root/libavformat/apetag.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-02-28 03:11:34 +0100
committerMarton Balint <cus@passwd.hu>2016-03-03 01:37:18 +0100
commit28fbdece79d2f8d0df6669bbf577214de153a0bc (patch)
tree08ae7e11b2631a102fb1d31e327c2644e79e0a4b /libavformat/apetag.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/apetag.c')
-rw-r--r--libavformat/apetag.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/apetag.c b/libavformat/apetag.c
index 2ee277f864..9d415b8b3e 100644
--- a/libavformat/apetag.c
+++ b/libavformat/apetag.c
@@ -193,6 +193,7 @@ int ff_ape_write_tag(AVFormatContext *s)
APE_TAG_FLAG_IS_HEADER);
ffio_fill(dyn_bc, 0, 8); // reserved
+ ff_standardize_creation_time(s);
while ((e = av_dict_get(s->metadata, "", e, AV_DICT_IGNORE_SUFFIX))) {
int val_len;