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

Unified Diff: media/filters/ffmpeg_audio_decoder_unittest.cc

Issue 10912080: Switch to AVIO instead of a custom FFmpeg URLProtocol handler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments. Created 8 years, 3 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
Index: media/filters/ffmpeg_audio_decoder_unittest.cc
diff --git a/media/filters/ffmpeg_audio_decoder_unittest.cc b/media/filters/ffmpeg_audio_decoder_unittest.cc
index 0b7d70b48c3ca365ee7520ce6dc7521b04756443..1266ec6f57a634e1e60c3a73f60aa2ce515cdcd1 100644
--- a/media/filters/ffmpeg_audio_decoder_unittest.cc
+++ b/media/filters/ffmpeg_audio_decoder_unittest.cc
@@ -34,7 +34,7 @@ class FFmpegAudioDecoderTest : public testing::Test {
&Identity<scoped_refptr<base::MessageLoopProxy> >,
message_loop_.message_loop_proxy()))),
demuxer_(new StrictMock<MockDemuxerStream>()) {
- CHECK(FFmpegGlue::GetInstance());
+ FFmpegGlue::InitializeFFmpeg();
vorbis_extradata_ = ReadTestDataFile("vorbis-extradata");

Powered by Google App Engine
This is Rietveld 408576698