| Index: source/libvpx/ivfenc.h
|
| ===================================================================
|
| --- source/libvpx/ivfenc.h (revision 251189)
|
| +++ source/libvpx/ivfenc.h (working copy)
|
| @@ -23,9 +23,11 @@
|
| const struct vpx_codec_enc_cfg *cfg,
|
| uint32_t fourcc,
|
| int frame_cnt);
|
| -void ivf_write_frame_header(FILE *outfile, const struct vpx_codec_cx_pkt *pkt);
|
| -void ivf_write_frame_size(FILE *outfile, size_t size);
|
|
|
| +void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
|
| +
|
| +void ivf_write_frame_size(FILE *outfile, size_t frame_size);
|
| +
|
| #ifdef __cplusplus
|
| } /* extern "C" */
|
| #endif
|
|
|