diff avio.h @ 1614:72b0e694b2b7 libavformat

AVSEEK_SIZE doxy
author michael
date Mon, 01 Jan 2007 21:53:15 +0000
parents a6eaa0762191
children 90987914ad57
line wrap: on
line diff
--- a/avio.h	Mon Jan 01 21:49:50 2007 +0000
+++ b/avio.h	Mon Jan 01 21:53:15 2007 +0000
@@ -69,6 +69,11 @@
 /* not implemented */
 int url_poll(URLPollEntry *poll_table, int n, int timeout);
 
+/**
+ * passing this as the "whence" parameter to a seek function causes it to
+ * return the filesize without seeking anywhere, supporting this is optional
+ * if its not supprted then the seek function will return <0
+ */
 #define AVSEEK_SIZE 0x10000
 
 typedef struct URLProtocol {