diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 22:45:54 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 22:45:54 +0000 |
commit | 33c76c4daf295ea6e4b3b0584e7b4f6db32caa27 (patch) | |
tree | fab87c4adb3a5d2e48afb0f0920685bc1d25e677 /content/content_common.gypi | |
parent | ec728f5b395fc123df1fa0da3dc665bd703e9a6d (diff) | |
download | chromium_src-33c76c4daf295ea6e4b3b0584e7b4f6db32caa27.zip chromium_src-33c76c4daf295ea6e4b3b0584e7b4f6db32caa27.tar.gz chromium_src-33c76c4daf295ea6e4b3b0584e7b4f6db32caa27.tar.bz2 |
Build AVC decoder configuration record
This CL adds a utility to build an AVC decoder configuration record from SPS and PPS data in the H264 stream.
This record is used on Mac to initialize the video decoder.
BUG=127414
TEST=
Review URL: https://chromiumcodereview.appspot.com/10411085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 767602c..0503dde 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -195,6 +195,10 @@ 'common/gpu/image_transport_surface_linux.cc', 'common/gpu/image_transport_surface_mac.cc', 'common/gpu/image_transport_surface_win.cc', + 'common/gpu/media/avc_config_record_builder.cc', + 'common/gpu/media/avc_config_record_builder.h', + 'common/gpu/media/h264_parser.cc', + 'common/gpu/media/h264_parser.h', 'common/gpu/media/mac_video_decode_accelerator.h', 'common/gpu/media/mac_video_decode_accelerator.mm', 'common/gpu/media/gpu_video_decode_accelerator.cc', @@ -392,12 +396,6 @@ ], }, }], - ['chromeos == 1', { - 'sources': [ - 'common/gpu/media/h264_parser.cc', - 'common/gpu/media/h264_parser.h', - ], - }], ['OS=="win"', { 'dependencies': [ '../media/media.gyp:media', |