Index: source/libvpx/webmdec.h |
diff --git a/source/libvpx/webmdec.h b/source/libvpx/webmdec.h |
index 29b815da12501f039a538622a8cfb3d7c6914cad..1cd35d41aa2ca7cefeff4b5458e207b8df67e7d0 100644 |
--- a/source/libvpx/webmdec.h |
+++ b/source/libvpx/webmdec.h |
@@ -28,6 +28,7 @@ struct WebmInputContext { |
int block_frame_index; |
int video_track_index; |
uint64_t timestamp_ns; |
+ int is_key_frame; |
}; |
// Checks if the input is a WebM file. If so, initializes WebMInputContext so |