From b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 29 Dec 2014 13:32:21 +0200 Subject: movenc: Get rid of a hack for updating the dvc1 atom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the more generic approach with the delay_moov flag, instead of having a update mechanism specific to this one single atom. Signed-off-by: Martin Storsjö --- libavformat/movenc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 8b1084ee30..682820ed0e 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -129,7 +129,6 @@ typedef struct MOVTrack { unsigned frag_info_capacity; struct { - int64_t struct_offset; int first_packet_seq; int first_packet_entry; int packet_seq; -- cgit v1.2.3