[Ffmpeg-cvslog] r7397 - trunk/libavformat/avio.h
michael
subversion
Mon Jan 1 22:53:16 CET 2007
Author: michael
Date: Mon Jan 1 22:53:15 2007
New Revision: 7397
Modified:
trunk/libavformat/avio.h
Log:
AVSEEK_SIZE doxy
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h (original)
+++ trunk/libavformat/avio.h Mon Jan 1 22:53:15 2007
@@ -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 {
More information about the ffmpeg-cvslog
mailing list