Lines Matching defs:AVBSFList
243 typedef struct AVBSFList AVBSFList;
250 * @return Pointer to @ref AVBSFList on success, NULL in case of failure
252 AVBSFList *av_bsf_list_alloc(void);
259 void av_bsf_list_free(AVBSFList **lst);
269 int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf);
281 int av_bsf_list_append2(AVBSFList *lst, const char * bsf_name, AVDictionary **options);
285 * This function will transform @ref AVBSFList to single @ref AVBSFContext,
288 * If the call is successful, @ref AVBSFList structure is freed and lst
298 int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf);