FileContext        83 libavformat/file.c     { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },
FileContext        84 libavformat/file.c     { "blocksize", "set I/O operation maximum block size", offsetof(FileContext, blocksize), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
FileContext        85 libavformat/file.c     { "follow", "Follow a file as it is being written", offsetof(FileContext, follow), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
FileContext        86 libavformat/file.c     { "seekable", "Sets if the file is seekable", offsetof(FileContext, seekable), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 0, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
FileContext        91 libavformat/file.c     { "blocksize", "set I/O operation maximum block size", offsetof(FileContext, blocksize), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
FileContext       111 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       124 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       133 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       210 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       252 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       268 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       275 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       290 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       348 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       367 libavformat/file.c     .priv_data_size      = sizeof(FileContext),
FileContext       381 libavformat/file.c     FileContext *c = h->priv_data;
FileContext       409 libavformat/file.c     .priv_data_size      = sizeof(FileContext),