Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-25 20:38:49 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-25 20:47:36 +0400
commit5292dac34cfa9a26b47bb0b78c246e12e873b313 (patch)
treecd2d998719ae14847498b032aba9a61567a47ca6 /libavformat/isom.h
parent7e03886bbb46bf150ac8b457da66255b6d935eab (diff)
avformat/mov: Rename alt_sample_size so its name matches what it is
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 4154baf827..220b2df4e1 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -110,7 +110,7 @@ typedef struct MOVStreamContext {
int ctts_index;
int ctts_sample;
unsigned int sample_size; ///< may contain value calculated from stsd or value from stsz atom
- unsigned int alt_sample_size; ///< always contains sample size from stsz atom
+ unsigned int stsz_sample_size; ///< always contains sample size from stsz atom
unsigned int sample_count;
int *sample_sizes;
int keyframe_absent;