Commit a79a94f6 authored by Laurent Aimar's avatar Laurent Aimar

* nsv: compilation fix.

parent c01d738a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* nsv.c: NullSoft Video demuxer. * nsv.c: NullSoft Video demuxer.
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 VideoLAN * Copyright (C) 2004 VideoLAN
* $Id: nsv.c,v 1.6 2004/02/02 10:34:22 fenrir Exp $ * $Id: nsv.c,v 1.7 2004/02/02 10:41:46 fenrir Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -466,7 +466,6 @@ static int ReadNSVs( demux_t *p_demux ) ...@@ -466,7 +466,6 @@ static int ReadNSVs( demux_t *p_demux )
else else
p_sys->i_pcr_inc = p_sys->i_pcr_inc / (((header[16] ^ 0xc0) >> 2 ) +1 ); p_sys->i_pcr_inc = p_sys->i_pcr_inc / (((header[16] ^ 0xc0) >> 2 ) +1 );
} }
}
else if( header[16] != 0 ) else if( header[16] != 0 )
{ {
/* Integer frame rate */ /* Integer frame rate */
......
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