diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-19 12:48:33 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-19 13:30:22 +0100 |
commit | d7d21c9f4befe8fea9596e41e691a9fba8f377e2 (patch) | |
tree | 6d2165f313636a9cdaeca6812ae4b832bba9aac3 /libavcodec | |
parent | b122c651075814722ade6f93c46cb2ee08c45b49 (diff) | |
download | ffmpeg-d7d21c9f4befe8fea9596e41e691a9fba8f377e2.tar.gz |
mpegaudio: remove useless #undef at end of file
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegaudioenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c index e6f2e3b9c2..50876ec2a4 100644 --- a/libavcodec/mpegaudioenc.c +++ b/libavcodec/mpegaudioenc.c @@ -776,5 +776,3 @@ AVCodec ff_mp2_encoder = { .supported_samplerates= (const int[]){44100, 48000, 32000, 22050, 24000, 16000, 0}, .long_name = NULL_IF_CONFIG_SMALL("MP2 (MPEG audio layer 2)"), }; - -#undef FIX |