diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 16:27:08 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 16:27:08 +0000 |
commit | 25b04750be362f20f235d58da43aac774d4f4524 (patch) | |
tree | a7ebb119b721ea5bdf2eca0b319082600bcc0482 /chrome/gpu/gpu_video_decoder.h | |
parent | 9f33ba5fbe668ea4c1ce1c35ac8b92a989f475f3 (diff) | |
download | chromium_src-25b04750be362f20f235d58da43aac774d4f4524.zip chromium_src-25b04750be362f20f235d58da43aac774d4f4524.tar.gz chromium_src-25b04750be362f20f235d58da43aac774d4f4524.tar.bz2 |
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
First step of many towards removing DemuxerStream::QueryInterface, AVStreamProvider, and MediaFormat.
BUG=28206
TEST=media_unittests
Review URL: http://codereview.chromium.org/6624062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu/gpu_video_decoder.h')
-rw-r--r-- | chrome/gpu/gpu_video_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/gpu/gpu_video_decoder.h b/chrome/gpu/gpu_video_decoder.h index 5fcd5cc..0e76ed8 100644 --- a/chrome/gpu/gpu_video_decoder.h +++ b/chrome/gpu/gpu_video_decoder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -197,7 +197,6 @@ class GpuVideoDecoder typedef std::map<int32, scoped_refptr<media::VideoFrame> > VideoFrameMap; VideoFrameMap video_frame_map_; - media::VideoCodecConfig config_; media::VideoCodecInfo info_; DISALLOW_COPY_AND_ASSIGN(GpuVideoDecoder); |