Changeset b7effd4e in ffmpeg

Timestamp:
Feb 21, 2011, 4:23:22 PM (14 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
b3db9cee
Parents:
f8bed30d
git-author:
Anton Khirnov <anton@khirnov.net> (02/21/11 15:43:01)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (02/21/11 16:23:22)
Message:

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: Ronald S. Bultje <rsbultje@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.