Lines Matching refs:bsf
32 #include "bsf.h"
43 static int prores_metadata(AVBSFContext *bsf, AVPacket *pkt)
45 ProresMetadataContext *ctx = bsf->priv_data;
50 ret = ff_bsf_get_packet_ref(bsf, pkt);
63 av_log(bsf, AV_LOG_ERROR, "not enough data in prores frame\n");
69 av_log(bsf, AV_LOG_ERROR, "invalid frame header\n");
75 av_log(bsf, AV_LOG_ERROR, "invalid frame header size\n");
98 static int prores_metadata_init(AVBSFContext *bsf)
100 ProresMetadataContext *ctx = bsf->priv_data;
113 av_log(bsf, AV_LOG_ERROR, "Color primaries %d is not a valid value\n", ctx->color_primaries);
125 av_log(bsf, AV_LOG_ERROR, "Colorspace %d is not a valid value\n", ctx->matrix_coefficients);