Skip to content
Snippets Groups Projects
Commit c3068d43 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Support VP8 in NSV.

parent a7aa628e
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,7 @@ static const AVCodecTag nsv_codec_video_tags[] = { ...@@ -192,6 +192,7 @@ static const AVCodecTag nsv_codec_video_tags[] = {
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') }, { CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') }, { CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') }, { CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
{ CODEC_ID_VP8, MKTAG('V', 'P', '8', '0') },
/* /*
{ CODEC_ID_VP4, MKTAG('V', 'P', '4', ' ') }, { CODEC_ID_VP4, MKTAG('V', 'P', '4', ' ') },
{ CODEC_ID_VP4, MKTAG('V', 'P', '4', '0') }, { CODEC_ID_VP4, MKTAG('V', 'P', '4', '0') },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment