vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Apr 27 15:45:03 2014 +0200| [2eddbc92120afc0652d7427404ff9ca4d9de9114] | committer: Jean-Baptiste Kempf
Fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2eddbc92120afc0652d7427404ff9ca4d9de9114 --- include/vlc_codecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_codecs.h b/include/vlc_codecs.h index ea7404a..29d131f 100644 --- a/include/vlc_codecs.h +++ b/include/vlc_codecs.h @@ -262,7 +262,7 @@ ATTR_PACKED #define WAVE_FORMAT_INDEO_AUDIO 0x0402 /* Indeo Audio Coder */ #define WAVE_FORMAT_ON2_AVC 0x0500 /* VP7 */ -#define WAVE_FORMAT_ON2_AVC_2 0x0500 /* VP6 */ +#define WAVE_FORMAT_ON2_AVC_2 0x0501 /* VP6 */ #define WAVE_FORMAT_AAC_2 0x1601 /* Other AAC */ #define WAVE_FORMAT_AAC_LATM 0x1602 /* AAC/LATM */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
