| 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_];
|
| }
|
|
|