Skip to content
Snippets Groups Projects
Commit c259af4f authored by Frank Galligan's avatar Frank Galligan
Browse files

Fix win64 warning.

- size_t vs int.

Change-Id: Ib47ebd932a4b69db9f52a43000bb69d0a96b9134
parent 4f4713b4
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ static void log_frame_info(VP9_COMMON *cm, const char *str, FILE *f) {
* for each mbmi member value in the mi structure.
*/
static void print_mi_data(VP9_COMMON *common, FILE *file, char *descriptor,
int member_offset) {
size_t member_offset) {
int mi_row;
int mi_col;
int mi_index = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment