diff options
author | James Almer <jamrial@gmail.com> | 2017-09-27 20:42:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-09-27 20:43:17 -0300 |
commit | b35f6d3aa359567fa4572a1a982ec6d233929d35 (patch) | |
tree | 66e439f7fe2dffc0f18d0abe572e44e48726ff56 /libavformat/isom.h | |
parent | 1a115a31d430b71973b1e1556fcf767417449f09 (diff) | |
parent | 53ea595eec984e3109310e8bb7ff4b5786d91057 (diff) | |
download | ffmpeg-b35f6d3aa359567fa4572a1a982ec6d233929d35.tar.gz |
Merge commit '53ea595eec984e3109310e8bb7ff4b5786d91057'
* commit '53ea595eec984e3109310e8bb7ff4b5786d91057':
mov: Rework stsc index validation
See e26e6240b6700c5e8c16d0f092f1ad46805a723c.
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index fdd98c28f5..9aea629293 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -141,7 +141,7 @@ typedef struct MOVStreamContext { MOVStts *ctts_data; unsigned int stsc_count; MOVStsc *stsc_data; - int stsc_index; + unsigned int stsc_index; int stsc_sample; unsigned int stps_count; unsigned *stps_data; ///< partial sync sample for mpeg-2 open gop |