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

Unified Diff: media/mp2t/es_parser_h264.h

Issue 136703005: Return an error on Multiple AUs in a PES. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | media/mp2t/es_parser_h264.cc » ('j') | media/mp2t/es_parser_h264.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mp2t/es_parser_h264.h
diff --git a/media/mp2t/es_parser_h264.h b/media/mp2t/es_parser_h264.h
index 5cb247e89617ff90e9b2e0a702bb7c03f63f1cbd..6371cef428bd3bdf0133d73730e6f22dbf99ca05 100644
--- a/media/mp2t/es_parser_h264.h
+++ b/media/mp2t/es_parser_h264.h
@@ -55,7 +55,7 @@ class EsParserH264 : public EsParser {
bool ParseInternal();
// Emit a frame if a frame has been started earlier.
- void EmitFrameIfNeeded(int next_aud_pos);
+ bool EmitFrameIfNeeded(int next_aud_pos);
// Start a new frame.
// Note: if aud_pos < 0, clear the current frame.
« no previous file with comments | « no previous file | media/mp2t/es_parser_h264.cc » ('j') | media/mp2t/es_parser_h264.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698