avio: move init_put_byte() to a new private header and rename it
authorAnton Khirnov <anton@khirnov.net>
Sun, 20 Feb 2011 10:04:13 +0000 (11:04 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Feb 2011 13:37:31 +0000 (08:37 -0500)
commite731b8d8729e75bfb69f5540e6446d6118dac549
treebfefb15c001ad3e0993d95f2752aa61182f5188a
parentae628ec1fd7f54c102bf9e667a3edd404b9b9128
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>
14 files changed:
libavformat/asfenc.c
libavformat/avio.h
libavformat/avio_internal.h [new file with mode: 0644]
libavformat/aviobuf.c
libavformat/id3v2.c
libavformat/matroskadec.c
libavformat/mmst.c
libavformat/mov.c
libavformat/mpegts.c
libavformat/rdt.c
libavformat/rtpdec_asf.c
libavformat/rtpdec_qt.c
libavformat/rtsp.c
libavformat/sapdec.c