Commit 7d686bd6 authored by takis's avatar takis

Remove unneeded semicolon.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9316 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ce233fc1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment