From 7000a175420359dfed50555cb66b6e304bf40d9e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 3 Oct 2004 02:42:01 +0000 Subject: SCR timestamp fix try #1 Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index f4d83d119b..888b8b334b 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -524,6 +524,7 @@ void fifo_free(FifoBuffer *f); int fifo_size(FifoBuffer *f, uint8_t *rptr); int fifo_read(FifoBuffer *f, uint8_t *buf, int buf_size, uint8_t **rptr_ptr); void fifo_write(FifoBuffer *f, uint8_t *buf, int size, uint8_t **wptr_ptr); +int put_fifo(ByteIOContext *pb, FifoBuffer *f, int buf_size, uint8_t **rptr_ptr); /* media file input */ AVInputFormat *av_find_input_format(const char *short_name); -- cgit v1.2.3