Commit f11d3f23 authored by Michael Niedermayer's avatar Michael Niedermayer

avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge…

avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård))

Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 347ae22e
...@@ -831,7 +831,7 @@ extern AVCodec mace6_decoder; ...@@ -831,7 +831,7 @@ extern AVCodec mace6_decoder;
/* pcm codecs */ /* pcm codecs */
#define PCM_CODEC(id, name) \ #define PCM_CODEC(id, name) \
extern AVCodec name ## _decoder; \ extern AVCodec name ## _decoder; \
extern AVCodec name ## _encoder; extern AVCodec name ## _encoder
PCM_CODEC(CODEC_ID_PCM_S16LE, pcm_s16le); PCM_CODEC(CODEC_ID_PCM_S16LE, pcm_s16le);
PCM_CODEC(CODEC_ID_PCM_S16BE, pcm_s16be); PCM_CODEC(CODEC_ID_PCM_S16BE, pcm_s16be);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment