Lines Matching refs:AVFormatContext
76 AVFormatContext pub;
98 int (*interleave_packet)(struct AVFormatContext *s, AVPacket *pkt,
131 * functions with their own AVFormatContext).
192 static av_always_inline FFFormatContext *ffformatcontext(AVFormatContext *s)
433 void ff_flush_packet_queue(AVFormatContext *s);
503 * @param fmt the AVFormatContext, which might contain options modifying
509 int port, int ttl, AVFormatContext *fmt);
562 const AVCodec *ff_find_decoder(AVFormatContext *s, const AVStream *st,
584 int ff_framehash_write_header(AVFormatContext *s);
587 * Frees a stream without modifying the corresponding AVFormatContext.
589 * is not yet attached to an AVFormatContext.
593 * Remove a stream from its AVFormatContext and free it.
594 * The stream must be the last stream of the AVFormatContext.
596 void ff_remove_stream(AVFormatContext *s, AVStream *st);
651 int ff_copy_whiteblacklists(AVFormatContext *dst, const AVFormatContext *src);
654 * A wrapper around AVFormatContext.io_close that should be used
657 * @param s AVFormatContext
661 int ff_format_io_close(AVFormatContext *s, AVIOContext **pb);
665 void ff_format_io_close_default(AVFormatContext *s, AVIOContext *pb);
670 * @param s AVFormatContext
685 * Set AVFormatContext url field to the provided pointer. The pointer must
689 void ff_format_set_url(AVFormatContext *s, char *url);