Lines Matching refs:AVStream
201 AVStream pub;
407 static av_always_inline FFStream *ffstream(AVStream *st)
412 static av_always_inline const FFStream *cffstream(const AVStream *st)
497 * @param st the AVStream of the media to describe
507 int ff_sdp_write_media(char *buff, int size, const AVStream *st, int idx,
562 const AVCodec *ff_find_decoder(AVFormatContext *s, const AVStream *st,
577 void avpriv_set_pts_info(AVStream *st, int pts_wrap_bits,
591 void ff_free_stream(AVStream **st);
596 void ff_remove_stream(AVFormatContext *s, AVStream *st);
622 * @param dst pointer to destination AVStream
623 * @param src pointer to source AVStream
626 int ff_stream_side_data_copy(AVStream *dst, const AVStream *src);