Mercurial > libavcodec.hg
changeset 5144:e92146cec4a8 libavcodec
Remove unneeded semicolon.
author | takis |
---|---|
date | Fri, 15 Jun 2007 08:16:24 +0000 |
parents | 151f6f3a507b |
children | 68d85146620a |
files | bytestream.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bytestream.h Fri Jun 15 08:15:45 2007 +0000 +++ b/bytestream.h Fri Jun 15 08:16:24 2007 +0000 @@ -30,7 +30,7 @@ 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)