]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/isom.h
vp9: fix memory corruption if header decoding fails after size change.
[ffmpeg] / libavformat / isom.h
index 2834b11b3e84002665604a8dbc0d4cca1d37e04a..a929ebf05efc3a84704d822a2e6c9447cf4078f0 100644 (file)
@@ -142,6 +142,9 @@ typedef struct MOVStreamContext {
     int start_pad;        ///< amount of samples to skip due to enc-dec delay
     unsigned int rap_group_count;
     MOVSbgp *rap_group;
+
+    int nb_frames_for_fps;
+    int64_t duration_for_fps;
 } MOVStreamContext;
 
 typedef struct MOVContext {