summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-06 00:05:31 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-06 09:16:53 +0200
commitd58bcc1921f925b7094d4f2ee5df5b0c4e68bbe9 (patch)
tree691d8f716fa76c72e9b47de8e40f5bff09f61acb /libavformat/avformat.h
parentec98f80af47d2f463c5c3c59aa36c5aaf74204c5 (diff)
Allow >2G for skip_initial_bytes.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 01c3b75c37..e56a0bca41 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1498,7 +1498,7 @@ typedef struct AVFormatContext {
* - encoding: unused
* - decoding: Set by user via AVOptions (NO direct access)
*/
- unsigned int skip_initial_bytes;
+ int64_t skip_initial_bytes;
/**
* Correct single timestamp overflows