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

Unified Diff: media/filters/ffmpeg_h264_bitstream_converter_unittest.cc

Issue 6541037: Revert 75444 - Move MockFFmpeg instance setting into the constructor/destruct... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « media/filters/ffmpeg_glue_unittest.cc ('k') | media/filters/ffmpeg_video_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_h264_bitstream_converter_unittest.cc
===================================================================
--- media/filters/ffmpeg_h264_bitstream_converter_unittest.cc (revision 75447)
+++ media/filters/ffmpeg_h264_bitstream_converter_unittest.cc (working copy)
@@ -270,6 +270,7 @@
FFmpegH264BitstreamConverterTest() {
// Set up the ffmpeg mock and use our local fake functions to do the
// actual implementation for packet allocation / freeing.
+ MockFFmpeg::set(&ffmpeg_mock_);
ON_CALL(ffmpeg_mock_, AVInitPacket(_))
.WillByDefault(Invoke(fake_av_init_packet));
ON_CALL(ffmpeg_mock_, AVNewPacket(_, _))
« no previous file with comments | « media/filters/ffmpeg_glue_unittest.cc ('k') | media/filters/ffmpeg_video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698