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

Unified Diff: media/ffmpeg/ffmpeg_unittest.cc

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/ffmpeg/ffmpeg_unittest.cc
diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
index d18343a3455a98d9a27024712356586016871d70..edfb95a2bca32df916ab5e38f1188842e0699c45 100644
--- a/media/ffmpeg/ffmpeg_unittest.cc
+++ b/media/ffmpeg/ffmpeg_unittest.cc
@@ -364,9 +364,6 @@ class FFmpegTest : public testing::TestWithParam<const char*> {
int64 decoded_video_duration() { return decoded_video_duration_; }
int64 duration() { return duration_; }
- AVFormatContext* av_format_context() {
- return av_format_context_;
- }
AVStream* av_audio_stream() {
return av_format_context_->streams[audio_stream_index_];
}

Powered by Google App Engine
This is Rietveld 408576698