| Index: source/libvpx/webmenc.h
|
| diff --git a/source/libvpx/webmenc.h b/source/libvpx/webmenc.h
|
| index 0ac606be4831e4955ab63c42e8bf4cbc5445458e..c255d3de6694c9c29594236a67f53f1784fba7f7 100644
|
| --- a/source/libvpx/webmenc.h
|
| +++ b/source/libvpx/webmenc.h
|
| @@ -42,7 +42,8 @@ void write_webm_file_header(struct EbmlGlobal *glob,
|
| const vpx_codec_enc_cfg_t *cfg,
|
| const struct vpx_rational *fps,
|
| stereo_format_t stereo_fmt,
|
| - unsigned int fourcc);
|
| + unsigned int fourcc,
|
| + const struct VpxRational *par);
|
|
|
| void write_webm_block(struct EbmlGlobal *glob,
|
| const vpx_codec_enc_cfg_t *cfg,
|
|
|