Index: libvpx/source/libvpx/examples/encoder_tmpl.c |
diff --git a/libvpx/source/libvpx/examples/encoder_tmpl.c b/libvpx/source/libvpx/examples/encoder_tmpl.c |
index cc70b0081056c1e1b6856a5b0eefe43e3cb61168..f109e62166f2f4c149a1d306046412a3bfa3dc87 100644 |
--- a/libvpx/source/libvpx/examples/encoder_tmpl.c |
+++ b/libvpx/source/libvpx/examples/encoder_tmpl.c |
@@ -111,6 +111,8 @@ int main(int argc, char **argv) { |
vpx_codec_ctx_t codec; |
vpx_codec_enc_cfg_t cfg; |
int frame_cnt = 0; |
+ unsigned char file_hdr[IVF_FILE_HDR_SZ]; |
+ unsigned char frame_hdr[IVF_FRAME_HDR_SZ]; |
vpx_image_t raw; |
vpx_codec_err_t res; |
long width; |