]> granicus.if.org Git - libvpx/blobdiff - ivfenc.h
Move shared test variables to tools_common.sh.
[libvpx] / ivfenc.h
index a332c7dfda0cdca5b36ebe84819e8509570ce8d8..6623687e8444061081a8393c578b3c794f1b7426 100644 (file)
--- a/ivfenc.h
+++ b/ivfenc.h
@@ -23,11 +23,13 @@ void ivf_write_file_header(FILE *outfile,
                            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
 
-#endif  /* IVFENC_H_ */
+#endif  // IVFENC_H_