Browse Source

mpegaudio: remove useless #undef at end of file

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Mans Rullgard 14 years ago
parent
commit
d7d21c9f4b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/mpegaudioenc.c

+ 0
- 2
libavcodec/mpegaudioenc.c View 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

Loading…
Cancel
Save