avio: move init_put_byte() to a new private header and rename it
init_put_byte should never be used outside of lavf, since sizeof(AVIOContext) isn't part of public ABI. Signed-off-by:Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e731b8d8)
Showing
- libavformat/asfenc.c 3 additions, 2 deletionslibavformat/asfenc.c
- libavformat/avio.h 2 additions, 2 deletionslibavformat/avio.h
- libavformat/avio_internal.h 35 additions, 0 deletionslibavformat/avio_internal.h
- libavformat/aviobuf.c 21 additions, 5 deletionslibavformat/aviobuf.c
- libavformat/id3v2.c 2 additions, 1 deletionlibavformat/id3v2.c
- libavformat/matroskadec.c 5 additions, 4 deletionslibavformat/matroskadec.c
- libavformat/mmst.c 2 additions, 1 deletionlibavformat/mmst.c
- libavformat/mov.c 2 additions, 1 deletionlibavformat/mov.c
- libavformat/mpegts.c 3 additions, 2 deletionslibavformat/mpegts.c
- libavformat/rdt.c 3 additions, 2 deletionslibavformat/rdt.c
- libavformat/rtpdec_asf.c 3 additions, 2 deletionslibavformat/rtpdec_asf.c
- libavformat/rtpdec_qt.c 2 additions, 1 deletionlibavformat/rtpdec_qt.c
- libavformat/rtsp.c 2 additions, 1 deletionlibavformat/rtsp.c
- libavformat/sapdec.c 2 additions, 1 deletionlibavformat/sapdec.c
Loading
Please register or sign in to comment