Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
d7d21c9f
Commit
d7d21c9f
authored
May 19, 2011
by
Mans Rullgard
Browse files
mpegaudio: remove useless #undef at end of file
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
b122c651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
libavcodec/mpegaudioenc.c
libavcodec/mpegaudioenc.c
+0
-2
No files found.
libavcodec/mpegaudioenc.c
View file @
d7d21c9f
...
@@ -776,5 +776,3 @@ AVCodec ff_mp2_encoder = {
...
@@ -776,5 +776,3 @@ AVCodec ff_mp2_encoder = {
.
supported_samplerates
=
(
const
int
[]){
44100
,
48000
,
32000
,
22050
,
24000
,
16000
,
0
},
.
supported_samplerates
=
(
const
int
[]){
44100
,
48000
,
32000
,
22050
,
24000
,
16000
,
0
},
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"MP2 (MPEG audio layer 2)"
),
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"MP2 (MPEG audio layer 2)"
),
};
};
#undef FIX
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