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
e73ad00f
Commit
e73ad00f
authored
Feb 02, 2004
by
Laurent Aimar
Browse files
* nsv: added 'AAC ' fourcc support.
parent
a19ec16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/nsv.c
View file @
e73ad00f
...
...
@@ -2,7 +2,7 @@
* nsv.c: NullSoft Video demuxer.
*****************************************************************************
* Copyright (C) 2004 VideoLAN
* $Id: nsv.c,v 1.
7
2004/02/02 1
0:41:46
fenrir Exp $
* $Id: nsv.c,v 1.
8
2004/02/02 1
1:18:39
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -423,6 +423,9 @@ static int ReadNSVs( demux_t *p_demux )
case
VLC_FOURCC
(
'P'
,
'C'
,
'M'
,
' '
):
fcc
=
VLC_FOURCC
(
'a'
,
'r'
,
'a'
,
'w'
);
break
;
case
VLC_FOURCC
(
'A'
,
'A'
,
'C'
,
' '
):
fcc
=
VLC_FOURCC
(
'm'
,
'p'
,
'4'
,
'a'
);
break
;
case
VLC_FOURCC
(
'N'
,
'O'
,
'N'
,
'E'
):
break
;
default:
...
...
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