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

Unified Diff: media/BUILD.gn

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
« no previous file with comments | « no previous file | media/formats/mp4/avc.h » ('j') | media/formats/mp4/avc.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index abb4803d8173b3a6ae7aa1c47350af637b683dff..411ec73521c57cda930b5ddf6787b1a7573f3a71 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -460,6 +460,8 @@ component("media") {
"formats/mp4/aac.h",
"formats/mp4/avc.cc",
"formats/mp4/avc.h",
+ "formats/mp4/bitstream_converter.cc",
+ "formats/mp4/bitstream_converter.h",
"formats/mp4/box_definitions.cc",
"formats/mp4/box_definitions.h",
"formats/mp4/box_reader.cc",
« no previous file with comments | « no previous file | media/formats/mp4/avc.h » ('j') | media/formats/mp4/avc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698