Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e916de2c
Commit
e916de2c
authored
Nov 01, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless #undef
Originally committed as revision 10897 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c33ed2aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
adpcm.c
libavcodec/adpcm.c
+0
-2
pcm.c
libavcodec/pcm.c
+0
-2
No files found.
libavcodec/adpcm.c
View file @
e916de2c
...
...
@@ -1571,5 +1571,3 @@ ADPCM_CODEC (CODEC_ID_ADPCM_SWF, adpcm_swf);
ADPCM_DECODER
(
CODEC_ID_ADPCM_THP
,
adpcm_thp
);
ADPCM_DECODER
(
CODEC_ID_ADPCM_XA
,
adpcm_xa
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_YAMAHA
,
adpcm_yamaha
);
#undef ADPCM_CODEC
libavcodec/pcm.c
View file @
e916de2c
...
...
@@ -523,5 +523,3 @@ PCM_CODEC(CODEC_ID_PCM_U8, pcm_u8);
PCM_CODEC
(
CODEC_ID_PCM_ALAW
,
pcm_alaw
);
PCM_CODEC
(
CODEC_ID_PCM_MULAW
,
pcm_mulaw
);
PCM_CODEC
(
CODEC_ID_PCM_ZORK
,
pcm_zork
);
#undef PCM_CODEC
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