Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a79a94f6
Commit
a79a94f6
authored
Feb 02, 2004
by
Laurent Aimar
Browse files
* nsv: compilation fix.
parent
c01d738a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/nsv.c
View file @
a79a94f6
...
...
@@ -2,7 +2,7 @@
* nsv.c: NullSoft Video demuxer.
*****************************************************************************
* 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>
*
...
...
@@ -465,7 +465,6 @@ static int ReadNSVs( demux_t *p_demux )
p_sys
->
i_pcr_inc
=
p_sys
->
i_pcr_inc
*
(((
header
[
16
]
^
0x80
)
>>
2
)
+
1
);
else
p_sys
->
i_pcr_inc
=
p_sys
->
i_pcr_inc
/
(((
header
[
16
]
^
0xc0
)
>>
2
)
+
1
);
}
}
else
if
(
header
[
16
]
!=
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment