Update libaom to rev b25610052a1398032320008d69b51d2da94f5928

This commit is contained in:
trav90 2018-10-19 23:00:02 -05:00 committed by Roy Tam
commit 3d109dd4fc
240 changed files with 16977 additions and 6139 deletions

View file

@ -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_