[FFmpeg-cvslog] r9316 - trunk/libavcodec/bytestream.h

takis subversion
Fri Jun 15 10:16:24 CEST 2007


Author: takis
Date: Fri Jun 15 10:16:24 2007
New Revision: 9316

Log:
Remove unneeded semicolon.


Modified:
   trunk/libavcodec/bytestream.h

Modified: trunk/libavcodec/bytestream.h
==============================================================================
--- trunk/libavcodec/bytestream.h	(original)
+++ trunk/libavcodec/bytestream.h	Fri Jun 15 10:16:24 2007
@@ -30,7 +30,7 @@ static av_always_inline unsigned int byt
 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)




More information about the ffmpeg-cvslog mailing list