diff avio.h @ 389:e14fcd57ad2f libavformat

decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
author michael
date Mon, 15 Mar 2004 03:29:32 +0000
parents 786e8286ea4a
children 41da3366d341
line wrap: on
line diff
--- a/avio.h	Sun Mar 14 19:40:43 2004 +0000
+++ b/avio.h	Mon Mar 15 03:29:32 2004 +0000
@@ -119,6 +119,7 @@
 void put_flush_packet(ByteIOContext *s);
 
 int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
+int get_partial_buffer(ByteIOContext *s, unsigned char *buf, int size);
 int get_byte(ByteIOContext *s);
 unsigned int get_le32(ByteIOContext *s);
 uint64_t get_le64(ByteIOContext *s);