summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index b8e8242526..82bbf6f178 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -66,7 +66,8 @@ typedef struct {
} FrameCode; // maybe s/FrameCode/framecode_t/ or change all to java style but dont mix
typedef struct {
- int last_key_frame; ///<was the last frame a keyfraeme
+ int last_flags;
+ int skip_until_key_frame;
int64_t last_pts;
int time_base_id;
AVRational time_base;