Commit 890c7e5e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NSV: use VP30 instead of VP31.

This will not change anything, since this is the same codec in FFmpeg, but seeing that VP30 is way more used than VP31, the codec display will be more oftenly accurate.
parent f33993d7
...@@ -474,7 +474,7 @@ static int ReadNSVs( demux_t *p_demux ) ...@@ -474,7 +474,7 @@ static int ReadNSVs( demux_t *p_demux )
case VLC_FOURCC( 'V', 'P', '3', ' ' ): case VLC_FOURCC( 'V', 'P', '3', ' ' ):
case VLC_FOURCC( 'V', 'P', '3', '0' ): case VLC_FOURCC( 'V', 'P', '3', '0' ):
case VLC_FOURCC( 'V', 'P', '3', '1' ): case VLC_FOURCC( 'V', 'P', '3', '1' ):
fcc = VLC_FOURCC( 'V', 'P', '3', '1' ); fcc = VLC_FOURCC( 'V', 'P', '3', '0' );
break; break;
case VLC_FOURCC( 'V', 'P', '5', ' ' ): case VLC_FOURCC( 'V', 'P', '5', ' ' ):
case VLC_FOURCC( 'V', 'P', '5', '0' ): case VLC_FOURCC( 'V', 'P', '5', '0' ):
......
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