mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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){\
|
||||
write(*b, value);\
|
||||
(*b) += bytes;\
|
||||
};
|
||||
}
|
||||
|
||||
DEF(le32, 4, AV_RL32, AV_WL32)
|
||||
DEF(le24, 3, AV_RL24, AV_WL24)
|
||||
|
Loading…
Reference in New Issue
Block a user