projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
347ae22
)
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge...
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 10 Nov 2002 11:24:27 +0000
(11:24 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 10 Nov 2002 11:24:27 +0000
(11:24 +0000)
Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
59c42a3
..
e2a9a83
100644
(file)
--- 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);