Commit 5cc0de90 authored by Jim Bankoski's avatar Jim Bankoski Committed by Gerrit Code Review
Browse files

Merge "vp9_onyx_int.h resolve visual studio warning errors"

Showing with 1 addition and 1 deletion
...@@ -445,7 +445,7 @@ typedef struct VP9_COMP { ...@@ -445,7 +445,7 @@ typedef struct VP9_COMP {
YV12_BUFFER_CONFIG *un_scaled_source; YV12_BUFFER_CONFIG *un_scaled_source;
YV12_BUFFER_CONFIG scaled_source; YV12_BUFFER_CONFIG scaled_source;
unsigned int key_frame_frequency; int key_frame_frequency;
int gold_is_last; // gold same as last frame ( short circuit gold searches) int gold_is_last; // gold same as last frame ( short circuit gold searches)
int alt_is_last; // Alt same as last ( short circuit altref search) int alt_is_last; // Alt same as last ( short circuit altref search)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment