From d58bcc1921f925b7094d4f2ee5df5b0c4e68bbe9 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Fri, 6 Jun 2014 00:05:31 +0200 Subject: Allow >2G for skip_initial_bytes. --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avformat.h') 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 -- cgit v1.2.3