mpegaudio: remove useless #undef at end of file
authorMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 11:48:33 +0000 (12:48 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 19 May 2011 12:30:22 +0000 (13:30 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegaudioenc.c

index e6f2e3b..50876ec 100644 (file)
@@ -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