summaryrefslogtreecommitdiff
path: root/y4minput.h
diff options
context:
space:
mode:
Diffstat (limited to 'y4minput.h')
-rw-r--r--y4minput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/y4minput.h b/y4minput.h
index d53eb651b..356cebbcf 100644
--- a/y4minput.h
+++ b/y4minput.h
@@ -58,7 +58,8 @@ struct y4m_input {
unsigned char *dst_buf;
unsigned char *aux_buf;
enum vpx_img_fmt vpx_fmt;
- int vpx_bps;
+ int bps;
+ unsigned int bit_depth;
};
int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,