Infobar material design refresh: bg color
[chromium-blink-merge.git] / media / formats / mp4 / bitstream_converter.cc
blobfc972cb14989dfb96147560b925873c52e77270f
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "media/formats/mp4/bitstream_converter.h"
7 namespace media {
8 namespace mp4 {
10 BitstreamConverter::~BitstreamConverter() {
13 } // namespace mp4
14 } // namespace media