Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: source/libvpx/webmenc.h

Issue 1169543007: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpxenc.c ('k') | source/libvpx/webmenc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « source/libvpx/vpxenc.c ('k') | source/libvpx/webmenc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698