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

avio: avio_ prefixes for get_* functions


In the name of consistency:
get_byte           -> avio_r8
get_<type>         -> avio_r<type>
get_buffer         -> avio_read

get_partial_buffer will be made private later

get_strz is left out becase I want to change it later to return
something useful.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b7effd4e)
parent 6a786b15
No related branches found
No related tags found
No related merge requests found
Showing with 477 additions and 432 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