movenc: Get rid of a hack for updating the dvc1 atom

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ö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2014-12-29 13:32:21 +02:00
parent 847bf5988f
commit b3b0b35db2
2 changed files with 4 additions and 17 deletions

View File

@@ -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;