From df0bb26aca7ff42bf57dfc8a5f7e19baf0e1c689 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 12 Jan 2012 13:31:55 +0100 Subject: lavf: remove disabled FF_API_TIMESTAMP cruft --- libavformat/movenc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/movenc.c') diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f23a63b06e..eee426f692 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -2807,11 +2807,6 @@ static int mov_write_header(AVFormatContext *s) if (!(mov->flags & FF_MOV_FLAG_EMPTY_MOOV)) mov_write_mdat_tag(pb, mov); -#if FF_API_TIMESTAMP - if (s->timestamp) - mov->time = s->timestamp; - else -#endif if (t = av_dict_get(s->metadata, "creation_time", NULL, 0)) mov->time = ff_iso8601_to_unix_time(t->value); if (mov->time) -- cgit v1.2.3