summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg/ffmpeg_unittest.cc
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 19:32:00 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-06 19:32:00 +0000
commitf231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a (patch)
treef4d4ca589566dc69aa6897ab8dc8120750cad97b /media/ffmpeg/ffmpeg_unittest.cc
parent69c5845f97c6c3710aa154ae0f81dfc40c14ea66 (diff)
downloadchromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.zip
chromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.tar.gz
chromium_src-f231cddb76e3e8fc1e7fc35fc0cc1be4ce4aef5a.tar.bz2
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1.
Internal-only site: http://go/videostack/engineering/dead-code-elimination Review URL: https://chromiumcodereview.appspot.com/10837118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/ffmpeg/ffmpeg_unittest.cc')
-rw-r--r--media/ffmpeg/ffmpeg_unittest.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/ffmpeg/ffmpeg_unittest.cc b/media/ffmpeg/ffmpeg_unittest.cc
index d18343a..edfb95a 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_];
}