Go to the documentation of this file.
31 #include "libavutil/avassert.h"
32 #include "libavutil/avstring.h"
33 #include "libavutil/file.h"
86 int r2= write(c->
fd, buf, r);
110 pos= lseek(c->
fd, pos, whence);
113 }
else if(pos <= c->
end){
117 if(lseek(c->
fd, c->
pos, SEEK_SET) < 0) {
139 .priv_data_size =
sizeof(
Context),