[SCM] libav/experimental: Remove unneeded semicolon.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:46 UTC 2013
The following commit has been merged in the experimental branch:
commit 91a2974ee94d6360f93cd5c29e84efd66eed600c
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date: Fri Jun 15 08:16:24 2007 +0000
Remove unneeded semicolon.
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/bytestream.h b/libavcodec/bytestream.h
index d1e9f82..df4fca3 100644
--- a/libavcodec/bytestream.h
+++ b/libavcodec/bytestream.h
@@ -30,7 +30,7 @@ static av_always_inline unsigned int bytestream_get_ ## name(uint8_t **b){\
static av_always_inline void bytestream_put_ ##name(uint8_t **b, const unsigned int value){\
write(*b, value);\
(*b) += bytes;\
-};
+}
DEF(le32, 4, AV_RL32, AV_WL32)
DEF(le24, 3, AV_RL24, AV_WL24)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list