Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(916)

Unified Diff: modules/video_coding/main/source/generic_decoder.cc

Issue 7650047: Add texture support for i420 video frame. Base URL: https://chromium.googlesource.com/external/webrtc/stable/webrtc.git@master
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common_video/interface/native_handle_wrapper.h ('k') | video_engine/include/vie_render.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/video_coding/main/source/generic_decoder.cc
diff --git a/modules/video_coding/main/source/generic_decoder.cc b/modules/video_coding/main/source/generic_decoder.cc
index a9bb76327ba193006bde9f292553daa7369e066b..4d0a2abd504cd031246a4965b41519a768700e72 100644
--- a/modules/video_coding/main/source/generic_decoder.cc
+++ b/modules/video_coding/main/source/generic_decoder.cc
@@ -58,6 +58,9 @@ WebRtc_Word32 VCMDecodedFrameCallback::Decoded(I420VideoFrame& decodedImage)
frameInfo->decodeStartTimeMs,
_clock->TimeInMilliseconds());
+ WEBRTC_TRACE(webrtc::kTraceWarning, webrtc::kTraceVideoCoding, 0,
+ "%s", __func__);
+
if (_receiveCallback != NULL)
{
_frame.SwapFrame(&decodedImage);
« no previous file with comments | « common_video/interface/native_handle_wrapper.h ('k') | video_engine/include/vie_render.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b