Rename libwebm_utils to libwebm_util.
Use a single naming convention. Change-Id: Ia48089b05e5a453a402d4b4e7f258a56bee8a001
This commit is contained in:
@@ -157,8 +157,8 @@ target_link_libraries(vttdemux LINK_PUBLIC webm)
|
|||||||
if (ENABLE_WEBMTS)
|
if (ENABLE_WEBMTS)
|
||||||
# webmts (PES/TS support) library section.
|
# webmts (PES/TS support) library section.
|
||||||
add_library(webmts
|
add_library(webmts
|
||||||
"${LIBWEBM_SRC_DIR}/common/libwebm_utils.cc"
|
"${LIBWEBM_SRC_DIR}/common/libwebm_util.cc"
|
||||||
"${LIBWEBM_SRC_DIR}/common/libwebm_utils.h"
|
"${LIBWEBM_SRC_DIR}/common/libwebm_util.h"
|
||||||
"${LIBWEBM_SRC_DIR}/webm2pes.cc"
|
"${LIBWEBM_SRC_DIR}/webm2pes.cc"
|
||||||
"${LIBWEBM_SRC_DIR}/webm2pes.h"
|
"${LIBWEBM_SRC_DIR}/webm2pes.h"
|
||||||
"${LIBWEBM_SRC_DIR}/vpxpes2ts.cc"
|
"${LIBWEBM_SRC_DIR}/vpxpes2ts.cc"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
// tree. An additional intellectual property rights grant can be found
|
// tree. An additional intellectual property rights grant can be found
|
||||||
// in the file PATENTS. All contributing project authors may
|
// in the file PATENTS. All contributing project authors may
|
||||||
// be found in the AUTHORS file in the root of the source tree.
|
// be found in the AUTHORS file in the root of the source tree.
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
@@ -5,8 +5,8 @@
|
|||||||
// tree. An additional intellectual property rights grant can be found
|
// tree. An additional intellectual property rights grant can be found
|
||||||
// in the file PATENTS. All contributing project authors may
|
// in the file PATENTS. All contributing project authors may
|
||||||
// be found in the AUTHORS file in the root of the source tree.
|
// be found in the AUTHORS file in the root of the source tree.
|
||||||
#ifndef LIBWEBM_COMMON_LIBWEBM_UTILS_H_
|
#ifndef LIBWEBM_COMMON_LIBWEBM_UTIL_H_
|
||||||
#define LIBWEBM_COMMON_LIBWEBM_UTILS_H_
|
#define LIBWEBM_COMMON_LIBWEBM_UTIL_H_
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
@@ -53,4 +53,4 @@ bool WriteUint8(std::uint8_t val, std::FILE* fileptr);
|
|||||||
|
|
||||||
} // namespace libwebm
|
} // namespace libwebm
|
||||||
|
|
||||||
#endif // LIBWEBM_COMMON_LIBWEBM_UTILS_H_
|
#endif // LIBWEBM_COMMON_LIBWEBM_UTIL_H_
|
@@ -18,7 +18,7 @@
|
|||||||
#include "mkvwriter.hpp"
|
#include "mkvwriter.hpp"
|
||||||
|
|
||||||
#include "common/file_util.h"
|
#include "common/file_util.h"
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
#include "testing/test_util.h"
|
#include "testing/test_util.h"
|
||||||
|
|
||||||
using ::mkvmuxer::AudioTrack;
|
using ::mkvmuxer::AudioTrack;
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "common/file_util.h"
|
#include "common/file_util.h"
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
|
|
||||||
namespace libwebm {
|
namespace libwebm {
|
||||||
namespace test {
|
namespace test {
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "common/file_util.h"
|
#include "common/file_util.h"
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
#include "testing/test_util.h"
|
#include "testing/test_util.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
#include "webm2pes.h"
|
#include "webm2pes.h"
|
||||||
|
|
||||||
namespace libwebm {
|
namespace libwebm {
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#include "mkvparser.hpp"
|
#include "mkvparser.hpp"
|
||||||
#include "mkvreader.hpp"
|
#include "mkvreader.hpp"
|
||||||
|
|
||||||
#include "common/libwebm_utils.h"
|
#include "common/libwebm_util.h"
|
||||||
|
|
||||||
namespace libwebm {
|
namespace libwebm {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user