str_snprintf(codec_title, sizeof(codec_title),
self->long_name ? "%s: %s%s" : "%s%s%s",
self->name, self->long_name ? self->long_name : "",
- (self->capabilities & CODEC_CAP_EXPERIMENTAL) ? " (Experimental)" : "")
+ (self->capabilities & AV_CODEC_CAP_EXPERIMENTAL) ? " (Experimental)" : "")
) {
return NULL;
}
struct {
const AVClass *class;
} logctx = { &logclass };
- AVFilter *iavflt = NULL, *oavflt = NULL;
+ const AVFilter *iavflt = NULL, *oavflt = NULL;
AVFilterInOut *iavfltio = NULL, *oavfltio = NULL;
AVBufferSrcParameters *par = NULL;
int i, ret = -1;