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

Unified Diff: source/libvpx/nestegg/include/nestegg/nestegg.h

Issue 11555023: libvpx: Add VP9 decoder. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 8 years 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: source/libvpx/nestegg/include/nestegg/nestegg.h
===================================================================
--- source/libvpx/nestegg/include/nestegg/nestegg.h (revision 172621)
+++ source/libvpx/nestegg/include/nestegg/nestegg.h (working copy)
@@ -67,6 +67,7 @@
#define NESTEGG_CODEC_VP8 0 /**< Track uses Google On2 VP8 codec. */
#define NESTEGG_CODEC_VORBIS 1 /**< Track uses Xiph Vorbis codec. */
+#define NESTEGG_CODEC_VP9 2 /**< Track uses Google On2 VP9 codec. */
#define NESTEGG_SEEK_SET 0 /**< Seek offset relative to beginning of stream. */
#define NESTEGG_SEEK_CUR 1 /**< Seek offset relative to current position in stream. */
« libvpx.gyp ('K') | « source/libvpx/md5_utils.c ('k') | source/libvpx/nestegg/src/nestegg.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698