Remove unneeded semicolon.
Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d111e41fd3
commit
91a2974ee9
@ -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){\
|
static av_always_inline void bytestream_put_ ##name(uint8_t **b, const unsigned int value){\
|
||||||
write(*b, value);\
|
write(*b, value);\
|
||||||
(*b) += bytes;\
|
(*b) += bytes;\
|
||||||
};
|
}
|
||||||
|
|
||||||
DEF(le32, 4, AV_RL32, AV_WL32)
|
DEF(le32, 4, AV_RL32, AV_WL32)
|
||||||
DEF(le24, 3, AV_RL24, AV_WL24)
|
DEF(le24, 3, AV_RL24, AV_WL24)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user