summaryrefslogtreecommitdiffstats
path: root/media/base/media_switches.h
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 21:27:52 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 21:27:52 +0000
commit55424ebf0473d77fd3acdfd3d4d1fab52e5ecdf3 (patch)
treecc33197cf9a838dde3d9efbd62229c74e8f67320 /media/base/media_switches.h
parent6307cdcd4c47a404c48415b5ac2303f2590d00c3 (diff)
downloadchromium_src-55424ebf0473d77fd3acdfd3d4d1fab52e5ecdf3.zip
chromium_src-55424ebf0473d77fd3acdfd3d4d1fab52e5ecdf3.tar.gz
chromium_src-55424ebf0473d77fd3acdfd3d4d1fab52e5ecdf3.tar.bz2
Implementation of OmxVideoDecodeEngine.
Also moves FFmpegVideoDecodeEngine FFmpegVideoDecoder, OmxVideoDecoder, and VideoDecoderImpl into their own files. Refactors FFmpegDemuxerTest to be less of a characterization test, and to hopefully be less fragile. Creates a set of utilities for handling Callbacks versus Tasks, and resource management related to Callbacks. Re-enables the annexb filters for the chrome build of FFmpeg. Added a BitstreamConverter class that abstracts the bitstream filter code. Cleans up a few gyp mistakes with flag exporting. Review URL: http://codereview.chromium.org/492023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/media_switches.h')
-rw-r--r--media/base/media_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 4afa520..86773bd 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -15,6 +15,8 @@ namespace switches {
extern const char kAlsaDevice[];
#endif
+extern const char kVideoH264Annexb[];
+
} // namespace switches
#endif // MEDIA_BASE_SWITCHES_H_