Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: media/formats/mp4/bitstream_converter.cc

Issue 1289923003: Refactor AnnexB bitstream conversion for AVC/H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@annexb-avc-fix
Patch Set: BitstreamConverter doesn't need to have MEDIA_EXPORT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/formats/mp4/bitstream_converter.cc
diff --git a/media/base/media_permission.cc b/media/formats/mp4/bitstream_converter.cc
similarity index 61%
copy from media/base/media_permission.cc
copy to media/formats/mp4/bitstream_converter.cc
index 739e4454ae76be702c1ddde201fc9680575d9c9e..fc972cb14989dfb96147560b925873c52e77270f 100644
--- a/media/base/media_permission.cc
+++ b/media/formats/mp4/bitstream_converter.cc
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "media/base/media_permission.h"
+#include "media/formats/mp4/bitstream_converter.h"
namespace media {
+namespace mp4 {
-MediaPermission::MediaPermission() {
-}
-
-MediaPermission::~MediaPermission() {
+BitstreamConverter::~BitstreamConverter() {
}
+} // namespace mp4
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698