Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
39de05b6
Commit
39de05b6
authored
Mar 09, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unsupported SONIC codec
parent
ebc321e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
8 deletions
+0
-8
include/vlc_fourcc.h
include/vlc_fourcc.h
+0
-1
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/fourcc.c
+0
-4
src/misc/fourcc.c
src/misc/fourcc.c
+0
-3
No files found.
include/vlc_fourcc.h
View file @
39de05b6
...
...
@@ -303,7 +303,6 @@
#define VLC_CODEC_GSM_MS VLC_FOURCC('a','g','s','m')
#define VLC_CODEC_ATRAC1 VLC_FOURCC('a','t','r','1')
#define VLC_CODEC_ATRAC3 VLC_FOURCC('a','t','r','c')
#define VLC_CODEC_SONIC VLC_FOURCC('S','O','N','C')
#define VLC_CODEC_IMC VLC_FOURCC(0x1,0x4,0x0,0x0)
#define VLC_CODEC_TRUESPEECH VLC_FOURCC(0x22,0x0,0x0,0x0)
#define VLC_CODEC_NELLYMOSER VLC_FOURCC('N','E','L','L')
...
...
modules/codec/avcodec/fourcc.c
View file @
39de05b6
...
...
@@ -361,10 +361,6 @@ static const struct
{
VLC_CODEC_ATRAC3
,
CODEC_ID_ATRAC3
,
AUDIO_ES
},
#if LIBAVCODEC_VERSION_MAJOR < 54
{
VLC_CODEC_SONIC
,
CODEC_ID_SONIC
,
AUDIO_ES
},
#endif
{
VLC_CODEC_IMC
,
CODEC_ID_IMC
,
AUDIO_ES
},
{
VLC_CODEC_TRUESPEECH
,
CODEC_ID_TRUESPEECH
,
AUDIO_ES
},
...
...
src/misc/fourcc.c
View file @
39de05b6
...
...
@@ -1198,9 +1198,6 @@ static const staticentry_t p_list_audio[] = {
A
(
"atrc"
),
A
(
"
\x70\x02\x00\x00
"
),
B
(
VLC_CODEC_SONIC
,
"Sonic"
),
A
(
"SONC"
),
B
(
VLC_CODEC_IMC
,
"IMC"
),
A
(
"
\x01\x04\x00\x00
"
),
...
...
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