]> granicus.if.org Git - libvpx/blobdiff - y4menc.h
move vp9_scale_and_extend_frame_c to vp9_frame_scale.c
[libvpx] / y4menc.h
index 0fabf56ebcd132231ce9ff0e4f1958f422972f81..69d590413ec72808661bfd54afcae05e0bf67bef 100644 (file)
--- a/y4menc.h
+++ b/y4menc.h
@@ -23,7 +23,7 @@ extern "C" {
 
 int y4m_write_file_header(char *buf, size_t len, int width, int height,
                           const struct VpxRational *framerate,
-                          vpx_img_fmt_t fmt);
+                          vpx_img_fmt_t fmt, unsigned int bit_depth);
 int y4m_write_frame_header(char *buf, size_t len);
 
 #ifdef __cplusplus