]> git.sesse.net Git - vlc/commitdiff
NSV: use VP30 instead of VP31.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Apr 2009 15:36:00 +0000 (17:36 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Apr 2009 15:37:33 +0000 (17:37 +0200)
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.

modules/demux/nsv.c

index 087eae64c39cff90f7d8065465a2846d88b07433..329c717b8eb7a1f9961e644bb0641a103ddfaf78 100644 (file)
@@ -474,7 +474,7 @@ static int ReadNSVs( demux_t *p_demux )
         case VLC_FOURCC( 'V', 'P', '3', ' ' ):
         case VLC_FOURCC( 'V', 'P', '3', '0' ):
         case VLC_FOURCC( 'V', 'P', '3', '1' ):
-            fcc = VLC_FOURCC( 'V', 'P', '3', '1' );
+            fcc = VLC_FOURCC( 'V', 'P', '3', '0' );
             break;
         case VLC_FOURCC( 'V', 'P', '5', ' ' ):
         case VLC_FOURCC( 'V', 'P', '5', '0' ):