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

Unified Diff: media/BUILD.gn

Issue 691233002: Added aac bitstream converter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 280dc3d84dce0bc8e59d813bcedc52aa0886442d..2640ce58ab349af443e7d241f6293b903e32fc95 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -254,6 +254,7 @@ component("media") {
"filters/blocking_url_protocol.h",
"filters/ffmpeg_audio_decoder.cc",
"filters/ffmpeg_audio_decoder.h",
+ "filters/ffmpeg_bitstream_converter.h",
"filters/ffmpeg_demuxer.cc",
"filters/ffmpeg_demuxer.h",
"filters/ffmpeg_glue.cc",
@@ -265,6 +266,8 @@ component("media") {
]
if (proprietary_codecs) {
sources += [
+ "filters/ffmpeg_aac_bitstream_converter.cc",
+ "filters/ffmpeg_aac_bitstream_converter.h",
"filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc",
"filters/ffmpeg_h264_to_annex_b_bitstream_converter.h",
]
« no previous file with comments | « no previous file | media/filters/ffmpeg_aac_bitstream_converter.h » ('j') | media/filters/ffmpeg_aac_bitstream_converter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698