Home
last modified time | relevance | path

Searched refs:avio_ctx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Davio_reading.c62 AVIOContext *avio_ctx = NULL; in main() local
96 avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, in main()
98 if (!avio_ctx) { in main()
102 fmt_ctx->pb = avio_ctx; in main()
122 if (avio_ctx) in main()
123 av_freep(&avio_ctx->buffer); in main()
124 avio_context_free(&avio_ctx); in main()

Completed in 1 milliseconds