Commit ac364cbe authored by Rafaël Carré's avatar Rafaël Carré

nsv demuxer: H264 is quite common

parent db3e9fea
...@@ -455,6 +455,7 @@ static int ReadNSVs( demux_t *p_demux ) ...@@ -455,6 +455,7 @@ static int ReadNSVs( demux_t *p_demux )
case VLC_FOURCC( 'V', 'P', '6', '0' ): case VLC_FOURCC( 'V', 'P', '6', '0' ):
case VLC_FOURCC( 'V', 'P', '6', '1' ): case VLC_FOURCC( 'V', 'P', '6', '1' ):
case VLC_FOURCC( 'V', 'P', '6', '2' ): case VLC_FOURCC( 'V', 'P', '6', '2' ):
case VLC_FOURCC( 'H', '2', '6', '4' ):
case VLC_FOURCC( 'N', 'O', 'N', 'E' ): case VLC_FOURCC( 'N', 'O', 'N', 'E' ):
break; break;
default: default:
......
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