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

Unified Diff: webrtc/sdk/android/src/jni/DEPS

Issue 2653183004: Add QP for MediaCodec decoder. (Closed)
Patch Set: Move qp_int. Created 3 years, 10 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 | « no previous file | webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/DEPS
diff --git a/webrtc/sdk/android/src/jni/DEPS b/webrtc/sdk/android/src/jni/DEPS
index 95eff5e860f53824e8b2d3460179ded4325886e1..41dc28d2ffbf99cdeb5d56ea379ebcfb906d2286 100644
--- a/webrtc/sdk/android/src/jni/DEPS
+++ b/webrtc/sdk/android/src/jni/DEPS
@@ -1,6 +1,8 @@
include_rules = [
"+third_party/libyuv",
+ "+webrtc/common_video/h264/h264_bitstream_parser.h",
"+webrtc/common_video/libyuv/include/webrtc_libyuv.h",
+ "+webrtc/modules/video_coding/utility/vp8_header_parser.h",
"+webrtc/pc",
"+webrtc/voice_engine/include/voe_base.h",
-]
+]
« no previous file with comments | « no previous file | webrtc/sdk/android/src/jni/androidmediadecoder_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698