summaryrefslogtreecommitdiff
path: root/libavcodec/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/parser.h')
-rw-r--r--libavcodec/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 4150870c84..3b6978fe1e 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -34,6 +34,7 @@ typedef struct ParseContext{
int frame_start_found;
int overread; ///< the number of bytes which where irreversibly read from the next frame
int overread_index; ///< the index into ParseContext.buffer of the overread bytes
+ uint64_t state64; ///< contains the last 8 bytes in MSB order
} ParseContext;
struct MpegEncContext;