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

Unified Diff: content/common/gpu/media/v4l2_video_decode_accelerator.cc

Issue 268363018: V4L2VDA: Add more NALU types that indicate end of current frame data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/v4l2_video_decode_accelerator.cc
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.cc b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
index 20660a11c64cecf961296d0cf3756385e70c244a..3053eed5af97e6a0d955cab61eebfd7e79dd10ed 100644
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.cc
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.cc
@@ -651,6 +651,7 @@ bool V4L2VideoDecodeAccelerator::AdvanceFrameFragment(
break;
case media::H264NALU::kSPS:
case media::H264NALU::kPPS:
+ case media::H264NALU::kAUD:
case media::H264NALU::kEOSeq:
acolwell GONE FROM CHROMIUM 2014/05/08 17:56:34 I think you need to also include kSEIMessage & kRe
Pawel Osciak 2014/05/09 00:37:14 Oh, I didn't notice you added new defines to the e
case media::H264NALU::kEOStream:
// These unconditionally signal a frame boundary.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698