diff options
author | Martin Storsjö <martin@martin.st> | 2012-01-13 14:40:24 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-01-25 12:15:41 +0200 |
commit | bc7d05177fc93c62de4e03dddccba55c42124e5a (patch) | |
tree | 2daf5aeaaef3c14f33596718fb1e4bb1beddfd95 /libavformat/isom.h | |
parent | 3b5d4428acf6eab60410358a5dbf931a17300ecf (diff) | |
download | ffmpeg-bc7d05177fc93c62de4e03dddccba55c42124e5a.tar.gz |
movdec: Calculate an average bit rate for fragmented streams, too
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index e6d04dc526..16d777651a 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -125,6 +125,7 @@ typedef struct MOVStreamContext { int dts_shift; ///< dts shift when ctts is negative uint32_t palette[256]; int has_palette; + int64_t data_size; } MOVStreamContext; typedef struct MOVContext { |