mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user