Skip to content
Snippets Groups Projects
Commit e9eb8d0b authored by Anton Khirnov's avatar Anton Khirnov Committed by Michael Niedermayer
Browse files

avio: avio: avio_ prefixes for put_* functions


In the name of consistency:
put_byte           -> avio_w8
put_<type>         -> avio_w<type>
put_buffer         -> avio_write

put_nbyte will be made private
put_tag will be merged with avio_put_str

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 77eb5504)
parent e48fe14a
No related branches found
No related tags found
No related merge requests found
Showing with 425 additions and 390 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment