diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-27 16:42:14 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-27 16:42:14 +0000 |
commit | cd4af68ad54c189205175a6874f81844fa9a0ba2 (patch) | |
tree | 31b95874aa2f0fe240b4ffd2c9c599a081ed00e7 /libavcodec/mpegaudio.c | |
parent | c0eb0bb717eee510b47da4bccdd3307a608e034c (diff) | |
download | ffmpeg-cd4af68ad54c189205175a6874f81844fa9a0ba2.tar.gz |
* started to cleanup name clashes for onetime compilation
Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.c')
-rw-r--r-- | libavcodec/mpegaudio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index 16255f0ffa..a4d4bf8e1f 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -775,3 +775,5 @@ AVCodec mp2_encoder = { MPA_encode_frame, NULL, }; + +#undef FIX |