]> granicus.if.org Git - libvpx/blobdiff - webmenc.cc
Merge "use storage.googleapis for testdata download"
[libvpx] / webmenc.cc
index 52516a6aedca9af1e25957ee7a4ca00f561d3419..66606674b001d383a00aaad2b3687514e8557207 100644 (file)
@@ -22,7 +22,6 @@ const int kVideoTrackNumber = 1;
 
 void write_webm_file_header(struct WebmOutputContext *webm_ctx,
                             const vpx_codec_enc_cfg_t *cfg,
-                            const struct vpx_rational *fps,
                             stereo_format_t stereo_fmt, unsigned int fourcc,
                             const struct VpxRational *par) {
   mkvmuxer::MkvWriter *const writer = new mkvmuxer::MkvWriter(webm_ctx->stream);