[FFmpeg-cvslog] mpegaudio: remove useless #undef at end of file

Mans Rullgard git at videolan.org
Fri May 20 06:00:41 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu May 19 12:48:33 2011 +0100| [d7d21c9f4befe8fea9596e41e691a9fba8f377e2] | committer: Mans Rullgard

mpegaudio: remove useless #undef at end of file

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7d21c9f4befe8fea9596e41e691a9fba8f377e2
---

 libavcodec/mpegaudioenc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/mpegaudioenc.c b/libavcodec/mpegaudioenc.c
index e6f2e3b..50876ec 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



More information about the ffmpeg-cvslog mailing list