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

Unified Diff: third_party/libvpx/source/libvpx/vpx/exports_dec

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 7 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
Index: third_party/libvpx/source/libvpx/vpx/exports_dec
diff --git a/third_party/libvpx/source/libvpx/vpx/exports_dec b/third_party/libvpx/source/libvpx/vpx/exports_dec
new file mode 100644
index 0000000000000000000000000000000000000000..3ce1499b77d7a3675be76ad405df62adb337ec9a
--- /dev/null
+++ b/third_party/libvpx/source/libvpx/vpx/exports_dec
@@ -0,0 +1,10 @@
+text vpx_codec_dec_init_ver
+text vpx_codec_decode
+text vpx_codec_get_frame
+text vpx_codec_get_mem_map
+text vpx_codec_get_stream_info
+text vpx_codec_peek_stream_info
+text vpx_codec_register_put_frame_cb
+text vpx_codec_register_put_slice_cb
+text vpx_codec_set_frame_buffer_functions
+text vpx_codec_set_mem_map

Powered by Google App Engine
This is Rietveld 408576698