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

Unified Diff: media/ffmpeg/ffmpeg_unittest.cc

Issue 3077004: Updated some comments to point at bugs in ffmpeg_unittest.cc and ffmpeg_audio_decoder.cc. (Closed)
Patch Set: Created 10 years, 5 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/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ffmpeg/ffmpeg_unittest.cc
diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
index 233c66c8e680d105215fd3b0cf9b51c1c3dd5a9f..0892d9d3bc82c047f08c8bd1bd6f2ba33b417c26 100644
--- a/media/ffmpeg/ffmpeg_unittest.cc
+++ b/media/ffmpeg/ffmpeg_unittest.cc
@@ -2,6 +2,24 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// ffmpeg_unittests verify that the parts of the FFmpeg API that Chromium uses
+// function as advertised for each media format that Chromium supports. This
+// mostly includes stuff like reporting proper timestamps, seeking to
+// keyframes, and supporting certain features like reordered_opaque.
+//
+// Known failures as of r53892:
+// http://crbug.com/49709
+// sync1_ogg/FFmpegTest.Seek_Audio/0
+// sync1_ogv/FFmpegTest.Seek_Audio/0
+// sync2_ogg/FFmpegTest.Seek_Audio/0
+// sync2_ogv/FFmpegTest.Seek_Audio/0
+//
+// http://crbug.com/50457
+// sync0_webm/FFmpegTest.Decode_Video/0
+// sync0_webm/FFmpegTest.Duration/0
+// sync1_webm/FFmpegTest.Decode_Video/0
+// sync2_webm/FFmpegTest.Decode_Video/0
+
#include <limits>
#include <queue>
« no previous file with comments | « no previous file | media/filters/ffmpeg_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698