Commit 258b93c7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support VP8 in NSV

parent 192108a1
......@@ -492,6 +492,7 @@ static int ReadNSVs( demux_t *p_demux )
case VLC_FOURCC( 'V', 'P', '6', '0' ):
case VLC_FOURCC( 'V', 'P', '6', '1' ):
case VLC_FOURCC( 'V', 'P', '6', '2' ):
case VLC_FOURCC( 'V', 'P', '8', '0' ):
case VLC_FOURCC( 'H', '2', '6', '4' ):
case VLC_FOURCC( 'N', 'O', 'N', 'E' ):
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment