# HG changeset patch # User michael # Date 1167688395 0 # Node ID 72b0e694b2b792932d0d418feb8c460dd6e5cb5d # Parent 387dc458ba374af0de2fa6042d7bc336e5a85f8b AVSEEK_SIZE doxy diff -r 387dc458ba37 -r 72b0e694b2b7 avio.h --- 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 {