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