diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-10-03 02:42:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-03 02:42:01 +0000 |
commit | 7000a175420359dfed50555cb66b6e304bf40d9e (patch) | |
tree | 1c6c78a3378ab901b8b378a57187f0932c88ba6a /libavformat/avformat.h | |
parent | d8b5abfa70586490c56d34af3cc7731f6108aafb (diff) | |
download | ffmpeg-7000a175420359dfed50555cb66b6e304bf40d9e.tar.gz |
SCR timestamp fix try #1
Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |