From 8977670dd9c04bd4984a329595fafac8f6100f3e Mon Sep 17 00:00:00 2001 From: Matthew Gregan Date: Sun, 23 May 2010 10:41:51 +1200 Subject: [PATCH] Ignore TrackTimecodeScale as it is not supported in WebM. --- src/nestegg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nestegg.c b/src/nestegg.c index 7815b4e..b7e3cb0 100644 --- a/src/nestegg.c +++ b/src/nestegg.c @@ -1271,7 +1271,6 @@ read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet return -1; track_scale = 1.0; - get_float(entry->track_timecode_scale, &track_scale); tc_scale = get_timecode_scale(ctx);