Mercurial > libavformat.hg
changeset 1614:72b0e694b2b7 libavformat
AVSEEK_SIZE doxy
author | michael |
---|---|
date | Mon, 01 Jan 2007 21:53:15 +0000 |
parents | 387dc458ba37 |
children | 8e55b4de921c |
files | avio.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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 {