Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
510ec49b
Commit
510ec49b
authored
Sep 21, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics and copyright
parent
978bebf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/stream_out/record.c
modules/stream_out/record.c
+5
-5
No files found.
modules/stream_out/record.c
View file @
510ec49b
/*****************************************************************************
* record.c: record stream output module
*****************************************************************************
* Copyright (C) 2008 the VideoLAN team
* Copyright (C) 2008
-2009
the VideoLAN team
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -273,13 +273,13 @@ static const muxer_properties_t p_muxers[] = {
M
(
"raw"
,
"mpc"
,
1
,
VLC_CODEC_MUSEPACK7
,
VLC_CODEC_MUSEPACK8
),
M
(
"raw"
,
"ape"
,
1
,
VLC_CODEC_APE
),
M
(
"wav"
,
"wav"
,
1
,
VLC_CODEC_U8
,
VLC_CODEC_S16L
,
M
(
"wav"
,
"wav"
,
1
,
VLC_CODEC_U8
,
VLC_CODEC_S16L
,
VLC_CODEC_S24L
,
VLC_CODEC_S32L
,
VLC_CODEC_FL32
),
//M( "ffmpeg{mux=flac}", "flac", 1, VLC_CODEC_FLAC ), BROKEN
M
(
"ogg"
,
"ogg"
,
INT_MAX
,
VLC_CODEC_VORBIS
,
VLC_CODEC_SPEEX
,
VLC_CODEC_FLAC
,
VLC_CODEC_SUBT
,
VLC_CODEC_THEORA
,
VLC_CODEC_DIRAC
),
M
(
"ogg"
,
"ogg"
,
INT_MAX
,
VLC_CODEC_VORBIS
,
VLC_CODEC_SPEEX
,
VLC_CODEC_FLAC
,
VLC_CODEC_SUBT
,
VLC_CODEC_THEORA
,
VLC_CODEC_DIRAC
),
M
(
"asf"
,
"asf"
,
127
,
VLC_CODEC_WMA1
,
VLC_CODEC_WMA2
,
VLC_CODEC_WMAP
,
VLC_CODEC_WMAL
,
VLC_CODEC_WMAS
,
VLC_CODEC_WMV1
,
VLC_CODEC_WMV2
,
VLC_CODEC_WMV3
,
VLC_CODEC_VC1
),
...
...
@@ -295,7 +295,7 @@ static const muxer_properties_t p_muxers[] = {
M
(
"ts"
,
"ts"
,
8000
,
VLC_CODEC_MPGV
,
VLC_CODEC_H264
,
VLC_CODEC_MPGA
,
VLC_CODEC_DVD_LPCM
,
VLC_CODEC_A52
,
VLC_CODEC_DTS
,
VLC_CODEC_MP4A
,
VLC_CODEC_DTS
,
VLC_CODEC_MP4A
,
VLC_CODEC_DVBS
,
VLC_CODEC_TELETEXT
),
M
(
NULL
,
NULL
,
0
,
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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