From f11d3f23105f8c7e195990ab2c1728d3dd2f206f Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 10 Nov 2002 11:24:27 +0000
Subject: [PATCH] =?UTF-8?q?avoid=20duplicate=20";"=20warnings=20(based=20u?=
 =?UTF-8?q?pon=20a=20patch=20by=20mru=20at=20users=20dot=20sourceforge=20d?=
 =?UTF-8?q?ot=20net=20(M=C3=A5ns=20Rullg=C3=A5rd))?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/avcodec.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 59c42a39420..e2a9a834106 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -831,7 +831,7 @@ extern AVCodec mace6_decoder;
 /* pcm codecs */
 #define PCM_CODEC(id, name) \
 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_S16BE, pcm_s16be);
-- 
GitLab