summaryrefslogtreecommitdiffstats
path: root/media/base/media_util.cc
blob: bd7929f56099685cbb466760695f7a3454acb4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2015 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.

#include "media/base/media_util.h"

namespace media {

std::vector<uint8_t> EmptyExtraData() {
  return std::vector<uint8_t>();
}

}  // namespace media