[vlc-devel] commit: NSV: use VP30 instead of VP31. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Apr 20 17:39:57 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 20 17:36:00 2009 +0200| [890c7e5ee56103416e7c511d7a5f89d9811d66ea] | committer: 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=890c7e5ee56103416e7c511d7a5f89d9811d66ea
---

 modules/demux/nsv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/nsv.c b/modules/demux/nsv.c
index 087eae6..329c717 100644
--- a/modules/demux/nsv.c
+++ b/modules/demux/nsv.c
@@ -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' ):




More information about the vlc-devel mailing list