diff avio.h @ 1612:a6eaa0762191 libavformat

seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
author michael
date Mon, 01 Jan 2007 21:49:09 +0000
parents 0899bfe4105c
children 72b0e694b2b7
line wrap: on
line diff
--- a/avio.h	Mon Jan 01 21:17:14 2007 +0000
+++ b/avio.h	Mon Jan 01 21:49:09 2007 +0000
@@ -69,6 +69,8 @@
 /* not implemented */
 int url_poll(URLPollEntry *poll_table, int n, int timeout);
 
+#define AVSEEK_SIZE 0x10000
+
 typedef struct URLProtocol {
     const char *name;
     int (*url_open)(URLContext *h, const char *filename, int flags);