commit | 0ac8e2bf2bf3d636241bf2811018d9974687a63c | [log] [tgz] |
---|---|---|
author | Anton Khirnov <[email protected]> | Mon Feb 21 19:02:20 2011 |
committer | Ronald S. Bultje <[email protected]> | Mon Feb 21 19:25:17 2011 |
tree | 9746362b4f319490b2a718b7adfe6800c8290bdd | |
parent | 77eb5504d3b3e1047900382350e0bc5e0bfb16b5 [diff] [blame] |
avio: make put_nbyte internal. Signed-off-by: Ronald S. Bultje <[email protected]>
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index 1671537..85e7f06 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h
@@ -40,4 +40,6 @@ */ 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