Skip to content

Commit

Permalink
Ignore TrackTimecodeScale as it is not supported in WebM.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed May 22, 2010
1 parent 9acb538 commit 8977670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nestegg.c
Expand Up @@ -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);

Expand Down

0 comments on commit 8977670

Please sign in to comment.