mirror of https://git.ffmpeg.org/ffmpeg.git
Add VP8 CODEC_ID
Patch by Google Originally committed as revision 23191 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8a26b2c665
commit
a98c2dfab0
|
@ -210,6 +210,7 @@ enum CodecID {
|
|||
CODEC_ID_IFF_BYTERUN1,
|
||||
CODEC_ID_KGV1,
|
||||
CODEC_ID_YOP,
|
||||
CODEC_ID_VP8,
|
||||
|
||||
/* various PCM "codecs" */
|
||||
CODEC_ID_PCM_S16LE= 0x10000,
|
||||
|
|
Loading…
Reference in New Issue