changeset 2388:338cb0b4e0da libavformat

no need for special case default_duration for AAC
author aurel
date Thu, 16 Aug 2007 21:55:37 +0000
parents 108c29584787
children cde14f83579b
files matroskadec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matroskadec.c	Thu Aug 16 21:54:04 2007 +0000
+++ b/matroskadec.c	Thu Aug 16 21:55:37 2007 +0000
@@ -2087,7 +2087,6 @@
                 } else {
                     extradata_size = 2;
                 }
-                track->default_duration = 1024*1000 / audiotrack->internal_samplerate;
             }
 
             else if (codec_id == CODEC_ID_TTA) {