diff options
Diffstat (limited to 'media/mp4/avc.h')
-rw-r--r-- | media/mp4/avc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/mp4/avc.h b/media/mp4/avc.h index 2767c14..8e826b0 100644 --- a/media/mp4/avc.h +++ b/media/mp4/avc.h @@ -8,7 +8,6 @@ #include <vector> #include "base/basictypes.h" -#include "media/base/channel_layout.h" #include "media/base/media_export.h" namespace media { @@ -23,11 +22,8 @@ class MEDIA_EXPORT AVC { static bool InsertParameterSets( const AVCDecoderConfigurationRecord& avc_config, std::vector<uint8>* buffer); - - static ChannelLayout ConvertAACChannelCountToChannelLayout(int count); }; - } // namespace mp4 } // namespace media |