diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-21 20:02:20 +0100 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-21 14:25:17 -0500 |
commit | 0ac8e2bf2bf3d636241bf2811018d9974687a63c (patch) | |
tree | 9746362b4f319490b2a718b7adfe6800c8290bdd /libavformat/avio_internal.h | |
parent | 77eb5504d3b3e1047900382350e0bc5e0bfb16b5 (diff) | |
download | ffmpeg-0ac8e2bf2bf3d636241bf2811018d9974687a63c.tar.gz |
avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r-- | libavformat/avio_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index 16715377b5..85e7f069e2 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -40,4 +40,6 @@ int ffio_init_context(AVIOContext *s, */ int ffio_read_partial(AVIOContext *s, unsigned char *buf, int size); +void ffio_fill(AVIOContext *s, int b, int count); + #endif // AVFORMAT_AVIO_INTERNAL_H |