-
- Downloads
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> (cherry picked from commit b7effd4e)
Showing
- libavformat/4xm.c 9 additions, 9 deletionslibavformat/4xm.c
- libavformat/aea.c 1 addition, 1 deletionlibavformat/aea.c
- libavformat/aiffdec.c 13 additions, 13 deletionslibavformat/aiffdec.c
- libavformat/amr.c 4 additions, 4 deletionslibavformat/amr.c
- libavformat/anm.c 19 additions, 19 deletionslibavformat/anm.c
- libavformat/apc.c 7 additions, 7 deletionslibavformat/apc.c
- libavformat/ape.c 30 additions, 30 deletionslibavformat/ape.c
- libavformat/apetag.c 9 additions, 9 deletionslibavformat/apetag.c
- libavformat/asfdec.c 127 additions, 127 deletionslibavformat/asfdec.c
- libavformat/au.c 6 additions, 6 deletionslibavformat/au.c
- libavformat/avidec.c 79 additions, 79 deletionslibavformat/avidec.c
- libavformat/avio.h 29 additions, 10 deletionslibavformat/avio.h
- libavformat/aviobuf.c 57 additions, 31 deletionslibavformat/aviobuf.c
- libavformat/avs.c 12 additions, 12 deletionslibavformat/avs.c
- libavformat/bethsoftvid.c 15 additions, 15 deletionslibavformat/bethsoftvid.c
- libavformat/bfi.c 16 additions, 16 deletionslibavformat/bfi.c
- libavformat/bink.c 15 additions, 15 deletionslibavformat/bink.c
- libavformat/c93.c 9 additions, 9 deletionslibavformat/c93.c
- libavformat/cafdec.c 18 additions, 18 deletionslibavformat/cafdec.c
- libavformat/daud.c 2 additions, 2 deletionslibavformat/daud.c
Loading
Please register or sign in to comment