diff options
Diffstat (limited to 'third_party/aom/common/video_common.h')
-rw-r--r-- | third_party/aom/common/video_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/aom/common/video_common.h b/third_party/aom/common/video_common.h index f96af4b7e..965038d39 100644 --- a/third_party/aom/common/video_common.h +++ b/third_party/aom/common/video_common.h @@ -19,6 +19,7 @@ typedef struct { int frame_width; int frame_height; struct AvxRational time_base; + unsigned int is_annexb; } AvxVideoInfo; #endif // VIDEO_COMMON_H_ |