From patchwork Sat Apr 22 09:04:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammad Faiz X-Patchwork-Id: 3469 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.3.129 with SMTP id 123csp652107vsd; Sat, 22 Apr 2017 02:10:42 -0700 (PDT) X-Received: by 10.28.88.129 with SMTP id m123mr2333365wmb.28.1492852241931; Sat, 22 Apr 2017 02:10:41 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id 126si6069976wmt.160.2017.04.22.02.10.41; Sat, 22 Apr 2017 02:10:41 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@gmail.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmail.com Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5CF02689A39; Sat, 22 Apr 2017 12:10:38 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-it0-f65.google.com (mail-it0-f65.google.com [209.85.214.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5993868824F for ; Sat, 22 Apr 2017 12:10:31 +0300 (EEST) Received: by mail-it0-f65.google.com with SMTP id e132so3452291ite.2 for ; Sat, 22 Apr 2017 02:10:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ZuEzg+HjLKPdGSNJZhljJpBJ8xm0rwKp1hJqJgZxd60=; b=JvSIMoihp2RrxLYqlma/BZbTt5FFuLoYw7/v0tmam1pCBRyXP8YbeikVrX8el81cxs QfK0LOg3fux9gReu9CLQAjPgC6AO6o9Oia/HYHfYe798C8YyWz3Z2lzMk5ECYi9euGP3 S+7subtX0L3Mag+RZI+B6U2AkT6yUdMqAXQW44cuQHtpCqvj+kliQGPVMMX+2QUy30mp B68Nc3ytt1IMjcjxS0xRLbQkzAbeWRhvqyBIViw5JnATOTGH2Wc5RyniH4LSPsAG4s62 krSpZA3q9XN7F28f9w3TWHAHDGm+f/wE4OyGXsOuSfvS4KX7H5kO9xhl8zZd8iF9R1aa BFYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZuEzg+HjLKPdGSNJZhljJpBJ8xm0rwKp1hJqJgZxd60=; b=ejZ1fnFdyz3LLKt5BcNUdslronPudJy8U77xhim93KnmdTs8VpHz88RiG1A9WW7Omm koFSATJ/8HjDGjNp4uC4s6RGTGtJtSF9tfGR2pFFVZLTbU7q6NFpEaPlNxrTzaTv/0Oq 1SF0CtVgRgScKe7wqpxq88749Cq0BKJ8JPNFnQaGA0BGJ7pT2XeCWKdFDSngnb4sNFXX Y0Y8MVFvhoUwD+qf5o3SvDr8pBQYXMdGTDvCWWlEpgKLSkP6vuTadx5HXESY5XcRqpR2 z+gR1A+j6c6DQYc/vkpc0LhGGsedHy5xZ5eWfKaMwLTYm4um5FFb2gW8OO4ANIq0bp4g bNtQ== X-Gm-Message-State: AN3rC/4Ya5ay6cxIfBoIKhhECF333HRZuY/XL/+wKh5L8wMJRRbqVDYT u9CQQsDhMNXkRw== X-Received: by 10.84.218.200 with SMTP id g8mr20653022plm.57.1492851903961; Sat, 22 Apr 2017 02:05:03 -0700 (PDT) Received: from localhost.localdomain ([114.120.232.5]) by smtp.gmail.com with ESMTPSA id o10sm20296935pgc.18.2017.04.22.02.04.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Apr 2017 02:05:03 -0700 (PDT) From: Muhammad Faiz To: ffmpeg-devel@ffmpeg.org Date: Sat, 22 Apr 2017 16:04:25 +0700 Message-Id: <20170422090428.6459-4-mfcc64@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170422090428.6459-1-mfcc64@gmail.com> References: <20170422090428.6459-1-mfcc64@gmail.com> Subject: [FFmpeg-devel] [PATCH 4/7] avfilter: do not use AVFrame accessor X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Muhammad Faiz MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Muhammad Faiz --- libavfilter/af_afade.c | 6 +++--- libavfilter/af_amerge.c | 2 +- libavfilter/af_apad.c | 2 +- libavfilter/af_aphaser.c | 2 +- libavfilter/af_aresample.c | 2 +- libavfilter/af_ashowinfo.c | 6 +++--- libavfilter/af_astats.c | 2 +- libavfilter/af_biquads.c | 2 +- libavfilter/af_channelmap.c | 2 +- libavfilter/af_channelsplit.c | 2 +- libavfilter/af_dynaudnorm.c | 6 +++--- libavfilter/af_join.c | 2 +- libavfilter/af_pan.c | 2 +- libavfilter/af_volume.c | 2 +- libavfilter/af_volumedetect.c | 2 +- libavfilter/avf_aphasemeter.c | 2 +- libavfilter/avf_showcqt.c | 4 ++-- libavfilter/avf_showspectrum.c | 2 +- libavfilter/avfilter.c | 8 ++++---- libavfilter/buffersrc.c | 4 ++-- libavfilter/f_drawgraph.c | 2 +- libavfilter/f_loop.c | 4 ++-- libavfilter/f_metadata.c | 2 +- libavfilter/f_select.c | 6 +++--- libavfilter/fifo.c | 2 +- libavfilter/framepool.c | 2 +- libavfilter/setpts.c | 2 +- libavfilter/src_movie.c | 2 +- libavfilter/vf_bbox.c | 2 +- libavfilter/vf_blackdetect.c | 4 ++-- libavfilter/vf_blackframe.c | 2 +- libavfilter/vf_colormatrix.c | 12 ++++++------ libavfilter/vf_crop.c | 4 ++-- libavfilter/vf_cropdetect.c | 2 +- libavfilter/vf_deflicker.c | 2 +- libavfilter/vf_deinterlace_vaapi.c | 2 +- libavfilter/vf_drawtext.c | 2 +- libavfilter/vf_eq.c | 2 +- libavfilter/vf_idet.c | 2 +- libavfilter/vf_overlay.c | 2 +- libavfilter/vf_psnr.c | 2 +- libavfilter/vf_readeia608.c | 4 ++-- libavfilter/vf_readvitc.c | 4 ++-- libavfilter/vf_scale.c | 8 ++++---- libavfilter/vf_showinfo.c | 2 +- libavfilter/vf_ssim.c | 2 +- libavfilter/vf_swaprect.c | 2 +- libavfilter/vf_vectorscope.c | 2 +- libavfilter/vf_waveform.c | 2 +- libavfilter/vsrc_testsrc.c | 4 ++-- 50 files changed, 77 insertions(+), 77 deletions(-) diff --git a/libavfilter/af_afade.c b/libavfilter/af_afade.c index 9acadc5..3a6266f 100644 --- a/libavfilter/af_afade.c +++ b/libavfilter/af_afade.c @@ -291,7 +291,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) if ((!s->type && (cur_sample + nb_samples < s->start_sample)) || ( s->type && (s->start_sample + s->nb_samples < cur_sample))) { av_samples_set_silence(out_buf->extended_data, 0, nb_samples, - av_frame_get_channels(out_buf), out_buf->format); + out_buf->channels, out_buf->format); } else { int64_t start; @@ -301,7 +301,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) start = s->start_sample + s->nb_samples - cur_sample; s->fade_samples(out_buf->extended_data, buf->extended_data, - nb_samples, av_frame_get_channels(buf), + nb_samples, buf->channels, s->type ? -1 : 1, start, s->nb_samples, s->curve); } @@ -498,7 +498,7 @@ static int acrossfade_filter_frame(AVFilterLink *inlink, AVFrame *in) s->crossfade_samples(out->extended_data, cf[0]->extended_data, cf[1]->extended_data, - s->nb_samples, av_frame_get_channels(in), + s->nb_samples, in->channels, s->curve, s->curve2); out->pts = s->pts; s->pts += av_rescale_q(s->nb_samples, diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c index 8ea01e2..3cf36b3 100644 --- a/libavfilter/af_amerge.c +++ b/libavfilter/af_amerge.c @@ -280,7 +280,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) outbuf->nb_samples = nb_samples; outbuf->channel_layout = outlink->channel_layout; - av_frame_set_channels(outbuf, outlink->channels); + outbuf->channels = outlink->channels; while (nb_samples) { ns = nb_samples; diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c index 0a2d420..8171f2a 100644 --- a/libavfilter/af_apad.c +++ b/libavfilter/af_apad.c @@ -119,7 +119,7 @@ static int request_frame(AVFilterLink *outlink) av_samples_set_silence(outsamplesref->extended_data, 0, n_out, - av_frame_get_channels(outsamplesref), + outsamplesref->channels, outsamplesref->format); outsamplesref->pts = s->next_pts; diff --git a/libavfilter/af_aphaser.c b/libavfilter/af_aphaser.c index 33ecb1a..780407e 100644 --- a/libavfilter/af_aphaser.c +++ b/libavfilter/af_aphaser.c @@ -254,7 +254,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inbuf) } s->phaser(s, inbuf->extended_data, outbuf->extended_data, - outbuf->nb_samples, av_frame_get_channels(outbuf)); + outbuf->nb_samples, outbuf->channels); if (inbuf != outbuf) av_frame_free(&inbuf); diff --git a/libavfilter/af_aresample.c b/libavfilter/af_aresample.c index 028e105..2b55d70 100644 --- a/libavfilter/af_aresample.c +++ b/libavfilter/af_aresample.c @@ -200,7 +200,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamplesref) av_frame_copy_props(outsamplesref, insamplesref); outsamplesref->format = outlink->format; - av_frame_set_channels(outsamplesref, outlink->channels); + outsamplesref->channels = outlink->channels; outsamplesref->channel_layout = outlink->channel_layout; outsamplesref->sample_rate = outlink->sample_rate; diff --git a/libavfilter/af_ashowinfo.c b/libavfilter/af_ashowinfo.c index a81729f..9046e8d 100644 --- a/libavfilter/af_ashowinfo.c +++ b/libavfilter/af_ashowinfo.c @@ -199,7 +199,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) s->plane_checksums[0]; } - av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), av_frame_get_channels(buf), + av_get_channel_layout_string(chlayout_str, sizeof(chlayout_str), buf->channels, buf->channel_layout); av_log(ctx, AV_LOG_INFO, @@ -208,8 +208,8 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) "checksum:%08"PRIX32" ", inlink->frame_count_out, av_ts2str(buf->pts), av_ts2timestr(buf->pts, &inlink->time_base), - av_frame_get_pkt_pos(buf), - av_get_sample_fmt_name(buf->format), av_frame_get_channels(buf), chlayout_str, + buf->pkt_pos, + av_get_sample_fmt_name(buf->format), buf->channels, chlayout_str, buf->sample_rate, buf->nb_samples, checksum); diff --git a/libavfilter/af_astats.c b/libavfilter/af_astats.c index e7f9675..8813b52 100644 --- a/libavfilter/af_astats.c +++ b/libavfilter/af_astats.c @@ -305,7 +305,7 @@ static void set_metadata(AudioStatsContext *s, AVDictionary **metadata) static int filter_frame(AVFilterLink *inlink, AVFrame *buf) { AudioStatsContext *s = inlink->dst->priv; - AVDictionary **metadata = avpriv_frame_get_metadatap(buf); + AVDictionary **metadata = &buf->metadata; const int channels = s->nb_channels; int i, c; diff --git a/libavfilter/af_biquads.c b/libavfilter/af_biquads.c index 79f1b7c..a39d09d 100644 --- a/libavfilter/af_biquads.c +++ b/libavfilter/af_biquads.c @@ -411,7 +411,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) av_frame_copy_props(out_buf, buf); } - for (ch = 0; ch < av_frame_get_channels(buf); ch++) + for (ch = 0; ch < buf->channels; ch++) s->filter(s, buf->extended_data[ch], out_buf->extended_data[ch], nb_samples, &s->cache[ch].i1, &s->cache[ch].i2, diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c index cdd8a58..7c2be95 100644 --- a/libavfilter/af_channelmap.c +++ b/libavfilter/af_channelmap.c @@ -354,7 +354,7 @@ static int channelmap_filter_frame(AVFilterLink *inlink, AVFrame *buf) FFMIN(FF_ARRAY_ELEMS(buf->data), nch_out) * sizeof(buf->data[0])); buf->channel_layout = outlink->channel_layout; - av_frame_set_channels(buf, outlink->channels); + buf->channels = outlink->channels; return ff_filter_frame(outlink, buf); } diff --git a/libavfilter/af_channelsplit.c b/libavfilter/af_channelsplit.c index f504149..248eaca 100644 --- a/libavfilter/af_channelsplit.c +++ b/libavfilter/af_channelsplit.c @@ -120,7 +120,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) buf_out->data[0] = buf_out->extended_data[0] = buf_out->extended_data[i]; buf_out->channel_layout = av_channel_layout_extract_channel(buf->channel_layout, i); - av_frame_set_channels(buf_out, 1); + buf_out->channels = 1; ret = ff_filter_frame(ctx->outputs[i], buf_out); if (ret < 0) diff --git a/libavfilter/af_dynaudnorm.c b/libavfilter/af_dynaudnorm.c index aa5b28e..d4ebd96 100644 --- a/libavfilter/af_dynaudnorm.c +++ b/libavfilter/af_dynaudnorm.c @@ -358,7 +358,7 @@ static double find_peak_magnitude(AVFrame *frame, int channel) int c, i; if (channel == -1) { - for (c = 0; c < av_frame_get_channels(frame); c++) { + for (c = 0; c < frame->channels; c++) { double *data_ptr = (double *)frame->extended_data[c]; for (i = 0; i < frame->nb_samples; i++) @@ -380,7 +380,7 @@ static double compute_frame_rms(AVFrame *frame, int channel) int c, i; if (channel == -1) { - for (c = 0; c < av_frame_get_channels(frame); c++) { + for (c = 0; c < frame->channels; c++) { const double *data_ptr = (double *)frame->extended_data[c]; for (i = 0; i < frame->nb_samples; i++) { @@ -388,7 +388,7 @@ static double compute_frame_rms(AVFrame *frame, int channel) } } - rms_value /= frame->nb_samples * av_frame_get_channels(frame); + rms_value /= frame->nb_samples * frame->channels; } else { const double *data_ptr = (double *)frame->extended_data[channel]; for (i = 0; i < frame->nb_samples; i++) { diff --git a/libavfilter/af_join.c b/libavfilter/af_join.c index bd780cc..74ecce0 100644 --- a/libavfilter/af_join.c +++ b/libavfilter/af_join.c @@ -491,7 +491,7 @@ static int try_push_frame(AVFilterContext *ctx) frame->nb_samples = nb_samples; frame->channel_layout = outlink->channel_layout; - av_frame_set_channels(frame, outlink->channels); + frame->channels = outlink->channels; frame->sample_rate = outlink->sample_rate; frame->format = outlink->format; frame->pts = s->input_frames[0]->pts; diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c index a477bde..63d7750 100644 --- a/libavfilter/af_pan.c +++ b/libavfilter/af_pan.c @@ -389,7 +389,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples) (void *)insamples->extended_data, n); av_frame_copy_props(outsamples, insamples); outsamples->channel_layout = outlink->channel_layout; - av_frame_set_channels(outsamples, outlink->channels); + outsamples->channels = outlink->channels; ret = ff_filter_frame(outlink, outsamples); av_frame_free(&insamples); diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume.c index 6813403..9ed2dba 100644 --- a/libavfilter/af_volume.c +++ b/libavfilter/af_volume.c @@ -395,7 +395,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) vol->var_values[VAR_T ] = TS2T(buf->pts, inlink->time_base); vol->var_values[VAR_N ] = inlink->frame_count_out; - pos = av_frame_get_pkt_pos(buf); + pos = buf->pkt_pos; vol->var_values[VAR_POS] = pos == -1 ? NAN : pos; if (vol->eval_mode == EVAL_MODE_FRAME) set_volume(ctx); diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c index 0143940..c7d58e8 100644 --- a/libavfilter/af_volumedetect.c +++ b/libavfilter/af_volumedetect.c @@ -62,7 +62,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *samples) AVFilterContext *ctx = inlink->dst; VolDetectContext *vd = ctx->priv; int nb_samples = samples->nb_samples; - int nb_channels = av_frame_get_channels(samples); + int nb_channels = samples->channels; int nb_planes = nb_channels; int plane, i; int16_t *pcm; diff --git a/libavfilter/avf_aphasemeter.c b/libavfilter/avf_aphasemeter.c index bfd7786..8cdee94 100644 --- a/libavfilter/avf_aphasemeter.c +++ b/libavfilter/avf_aphasemeter.c @@ -204,7 +204,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) memcpy(out->data[0] + i * out->linesize[0], out->data[0], outlink->w * 4); } - metadata = avpriv_frame_get_metadatap(in); + metadata = &in->metadata; if (metadata) { uint8_t value[128]; diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c index 7bc3a26..875ba48 100644 --- a/libavfilter/avf_showcqt.c +++ b/libavfilter/avf_showcqt.c @@ -1169,8 +1169,8 @@ static int plot_cqt(AVFilterContext *ctx, AVFrame **frameout) if (!out) return AVERROR(ENOMEM); out->sample_aspect_ratio = av_make_q(1, 1); - av_frame_set_color_range(out, AVCOL_RANGE_MPEG); - av_frame_set_colorspace(out, s->csp); + out->color_range = AVCOL_RANGE_MPEG; + out->colorspace = s->csp; UPDATE_TIME(s->alloc_time); if (s->bar_h) { diff --git a/libavfilter/avf_showspectrum.c b/libavfilter/avf_showspectrum.c index 09b5a2a..4dd52a2 100644 --- a/libavfilter/avf_showspectrum.c +++ b/libavfilter/avf_showspectrum.c @@ -426,7 +426,7 @@ static int config_output(AVFilterLink *outlink) memset(outpicref->data[1] + i * outpicref->linesize[1], 128, outlink->w); memset(outpicref->data[2] + i * outpicref->linesize[2], 128, outlink->w); } - av_frame_set_color_range(outpicref, AVCOL_RANGE_JPEG); + outpicref->color_range = AVCOL_RANGE_JPEG; } if ((s->orientation == VERTICAL && s->xpos >= s->w) || diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index ecfb872..08b86b0 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -53,7 +53,7 @@ void ff_tlog_ref(void *ctx, AVFrame *ref, int end) "ref[%p buf:%p data:%p linesize[%d, %d, %d, %d] pts:%"PRId64" pos:%"PRId64, ref, ref->buf, ref->data[0], ref->linesize[0], ref->linesize[1], ref->linesize[2], ref->linesize[3], - ref->pts, av_frame_get_pkt_pos(ref)); + ref->pts, ref->pkt_pos); if (ref->width) { ff_tlog(ctx, " a:%d/%d s:%dx%d i:%c iskey:%d type:%c", @@ -1143,7 +1143,7 @@ int ff_filter_frame(AVFilterLink *link, AVFrame *frame) av_log(link->dst, AV_LOG_ERROR, "Format change is not supported\n"); goto error; } - if (av_frame_get_channels(frame) != link->channels) { + if (frame->channels != link->channels) { av_log(link->dst, AV_LOG_ERROR, "Channel count change is not supported\n"); goto error; } @@ -1585,7 +1585,7 @@ int ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe) case AVMEDIA_TYPE_AUDIO: av_samples_copy(out->extended_data, frame->extended_data, 0, 0, frame->nb_samples, - av_frame_get_channels(frame), + frame->channels, frame->format); break; default: @@ -1616,7 +1616,7 @@ int ff_inlink_evaluate_timeline_at_frame(AVFilterLink *link, const AVFrame *fram { AVFilterContext *dstctx = link->dst; int64_t pts = frame->pts; - int64_t pos = av_frame_get_pkt_pos(frame); + int64_t pos = frame->pkt_pos; if (!dstctx->enable_str) return 1; diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index 3f80d5f..e8f59c2 100644 --- a/libavfilter/buffersrc.c +++ b/libavfilter/buffersrc.c @@ -155,7 +155,7 @@ int attribute_align_arg av_buffersrc_add_frame_flags(AVFilterContext *ctx, AVFra int ret = 0; if (frame && frame->channel_layout && - av_get_channel_layout_nb_channels(frame->channel_layout) != av_frame_get_channels(frame)) { + av_get_channel_layout_nb_channels(frame->channel_layout) != frame->channels) { av_log(ctx, AV_LOG_ERROR, "Layout indicates a different number of channels than actually present\n"); return AVERROR(EINVAL); } @@ -222,7 +222,7 @@ static int av_buffersrc_add_frame_internal(AVFilterContext *ctx, if (!frame->channel_layout) frame->channel_layout = s->channel_layout; CHECK_AUDIO_PARAM_CHANGE(ctx, s, frame->sample_rate, frame->channel_layout, - av_frame_get_channels(frame), frame->format); + frame->channels, frame->format); break; default: return AVERROR(EINVAL); diff --git a/libavfilter/f_drawgraph.c b/libavfilter/f_drawgraph.c index 4c705fe..8be9b9f 100644 --- a/libavfilter/f_drawgraph.c +++ b/libavfilter/f_drawgraph.c @@ -200,7 +200,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) av_frame_copy_props(out, in); } - metadata = av_frame_get_metadata(in); + metadata = in->metadata; for (i = 0; i < 4; i++) { double values[VAR_VARS_NB]; diff --git a/libavfilter/f_loop.c b/libavfilter/f_loop.c index 5a32807..255fe64 100644 --- a/libavfilter/f_loop.c +++ b/libavfilter/f_loop.c @@ -275,7 +275,7 @@ static int push_frame(AVFilterContext *ctx) if (!out) return AVERROR(ENOMEM); out->pts += s->duration - s->start_pts; - pts = out->pts + av_frame_get_pkt_duration(out); + pts = out->pts + out->pkt_duration; ret = ff_filter_frame(outlink, out); s->current_frame++; @@ -307,7 +307,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) return AVERROR(ENOMEM); } s->nb_frames++; - s->duration = frame->pts + av_frame_get_pkt_duration(frame); + s->duration = frame->pts + frame->pkt_duration; ret = ff_filter_frame(outlink, frame); } else { av_frame_free(&frame); diff --git a/libavfilter/f_metadata.c b/libavfilter/f_metadata.c index 1f613ec..23bc254 100644 --- a/libavfilter/f_metadata.c +++ b/libavfilter/f_metadata.c @@ -280,7 +280,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) AVFilterContext *ctx = inlink->dst; AVFilterLink *outlink = ctx->outputs[0]; MetadataContext *s = ctx->priv; - AVDictionary **metadata = avpriv_frame_get_metadatap(frame); + AVDictionary **metadata = &frame->metadata; AVDictionaryEntry *e; if (!*metadata) diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c index 03c1c0f..c860262 100644 --- a/libavfilter/f_select.c +++ b/libavfilter/f_select.c @@ -284,7 +284,7 @@ static double get_scene_score(AVFilterContext *ctx, AVFrame *frame) static double get_concatdec_select(AVFrame *frame, int64_t pts) { - AVDictionary *metadata = av_frame_get_metadata(frame); + AVDictionary *metadata = frame->metadata; AVDictionaryEntry *start_time_entry = av_dict_get(metadata, "lavf.concatdec.start_time", NULL, 0); AVDictionaryEntry *duration_entry = av_dict_get(metadata, "lavf.concatdec.duration", NULL, 0); if (start_time_entry) { @@ -321,7 +321,7 @@ static void select_frame(AVFilterContext *ctx, AVFrame *frame) select->var_values[VAR_N ] = inlink->frame_count_out; select->var_values[VAR_PTS] = TS2D(frame->pts); select->var_values[VAR_T ] = TS2D(frame->pts) * av_q2d(inlink->time_base); - select->var_values[VAR_POS] = av_frame_get_pkt_pos(frame) == -1 ? NAN : av_frame_get_pkt_pos(frame); + select->var_values[VAR_POS] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; select->var_values[VAR_KEY] = frame->key_frame; select->var_values[VAR_CONCATDEC_SELECT] = get_concatdec_select(frame, av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q)); @@ -340,7 +340,7 @@ static void select_frame(AVFilterContext *ctx, AVFrame *frame) select->var_values[VAR_SCENE] = get_scene_score(ctx, frame); // TODO: document metadata snprintf(buf, sizeof(buf), "%f", select->var_values[VAR_SCENE]); - av_dict_set(avpriv_frame_get_metadatap(frame), "lavfi.scene_score", buf, 0); + av_dict_set(&frame->metadata, "lavfi.scene_score", buf, 0); } break; } diff --git a/libavfilter/fifo.c b/libavfilter/fifo.c index abfbba1..0fa0f86 100644 --- a/libavfilter/fifo.c +++ b/libavfilter/fifo.c @@ -129,7 +129,7 @@ static void buffer_offset(AVFilterLink *link, AVFrame *frame, static int calc_ptr_alignment(AVFrame *frame) { int planes = av_sample_fmt_is_planar(frame->format) ? - av_frame_get_channels(frame) : 1; + frame->channels : 1; int min_align = 128; int p; diff --git a/libavfilter/framepool.c b/libavfilter/framepool.c index e1f1e2c..42c0e58 100644 --- a/libavfilter/framepool.c +++ b/libavfilter/framepool.c @@ -240,7 +240,7 @@ AVFrame *ff_frame_pool_get(FFFramePool *pool) break; case AVMEDIA_TYPE_AUDIO: frame->nb_samples = pool->nb_samples; - av_frame_set_channels(frame, pool->channels); + frame->channels = pool->channels; frame->format = pool->format; frame->linesize[0] = pool->linesize[0]; diff --git a/libavfilter/setpts.c b/libavfilter/setpts.c index 2ccca28..4505498 100644 --- a/libavfilter/setpts.c +++ b/libavfilter/setpts.c @@ -165,7 +165,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) } setpts->var_values[VAR_PTS ] = TS2D(frame->pts); setpts->var_values[VAR_T ] = TS2T(frame->pts, inlink->time_base); - setpts->var_values[VAR_POS ] = av_frame_get_pkt_pos(frame) == -1 ? NAN : av_frame_get_pkt_pos(frame); + setpts->var_values[VAR_POS ] = frame->pkt_pos == -1 ? NAN : frame->pkt_pos; setpts->var_values[VAR_RTCTIME ] = av_gettime(); if (inlink->type == AVMEDIA_TYPE_VIDEO) { diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c index a93842e..a0dd66e 100644 --- a/libavfilter/src_movie.c +++ b/libavfilter/src_movie.c @@ -559,7 +559,7 @@ static int movie_push_frame(AVFilterContext *ctx, unsigned out_id) return 0; } - frame->pts = av_frame_get_best_effort_timestamp(frame); + frame->pts = frame->best_effort_timestamp; if (frame->pts != AV_NOPTS_VALUE) { if (movie->ts_offset) frame->pts += av_rescale_q_rnd(movie->ts_offset, AV_TIME_BASE_Q, outlink->time_base, AV_ROUND_UP); diff --git a/libavfilter/vf_bbox.c b/libavfilter/vf_bbox.c index 86054b2..7d50553 100644 --- a/libavfilter/vf_bbox.c +++ b/libavfilter/vf_bbox.c @@ -84,7 +84,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); if (has_bbox) { - AVDictionary **metadata = avpriv_frame_get_metadatap(frame); + AVDictionary **metadata = &frame->metadata; SET_META("lavfi.bbox.x1", box.x1) SET_META("lavfi.bbox.x2", box.x2) diff --git a/libavfilter/vf_blackdetect.c b/libavfilter/vf_blackdetect.c index 0f6adf4..28fdb48 100644 --- a/libavfilter/vf_blackdetect.c +++ b/libavfilter/vf_blackdetect.c @@ -164,7 +164,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *picref) /* black starts here */ blackdetect->black_started = 1; blackdetect->black_start = picref->pts; - av_dict_set(avpriv_frame_get_metadatap(picref), "lavfi.black_start", + av_dict_set(&picref->metadata, "lavfi.black_start", av_ts2timestr(blackdetect->black_start, &inlink->time_base), 0); } } else if (blackdetect->black_started) { @@ -172,7 +172,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *picref) blackdetect->black_started = 0; blackdetect->black_end = picref->pts; check_black_end(ctx); - av_dict_set(avpriv_frame_get_metadatap(picref), "lavfi.black_end", + av_dict_set(&picref->metadata, "lavfi.black_end", av_ts2timestr(blackdetect->black_end, &inlink->time_base), 0); } diff --git a/libavfilter/vf_blackframe.c b/libavfilter/vf_blackframe.c index 9fe2a42..804965c 100644 --- a/libavfilter/vf_blackframe.c +++ b/libavfilter/vf_blackframe.c @@ -85,7 +85,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) pblack = s->nblack * 100 / (inlink->w * inlink->h); if (pblack >= s->bamount) { - metadata = avpriv_frame_get_metadatap(frame); + metadata = &frame->metadata; av_log(ctx, AV_LOG_INFO, "frame:%u pblack:%u pts:%"PRId64" t:%f " "type:%c last_keyframe:%d\n", diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index d237baa..8ddec4f 100644 --- a/libavfilter/vf_colormatrix.c +++ b/libavfilter/vf_colormatrix.c @@ -435,7 +435,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) av_frame_copy_props(out, in); if (color->source == COLOR_MODE_NONE) { - enum AVColorSpace cs = av_frame_get_colorspace(in); + enum AVColorSpace cs = in->colorspace; enum ColorMode source; switch(cs) { @@ -456,11 +456,11 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) color->mode = color->source * 5 + color->dest; switch(color->dest) { - case COLOR_MODE_BT709 : av_frame_set_colorspace(out, AVCOL_SPC_BT709) ; break; - case COLOR_MODE_FCC : av_frame_set_colorspace(out, AVCOL_SPC_FCC) ; break; - case COLOR_MODE_SMPTE240M: av_frame_set_colorspace(out, AVCOL_SPC_SMPTE240M) ; break; - case COLOR_MODE_BT601 : av_frame_set_colorspace(out, AVCOL_SPC_BT470BG) ; break; - case COLOR_MODE_BT2020 : av_frame_set_colorspace(out, AVCOL_SPC_BT2020_NCL); break; + case COLOR_MODE_BT709 : out->colorspace = AVCOL_SPC_BT709 ; break; + case COLOR_MODE_FCC : out->colorspace = AVCOL_SPC_FCC ; break; + case COLOR_MODE_SMPTE240M: out->colorspace = AVCOL_SPC_SMPTE240M ; break; + case COLOR_MODE_BT601 : out->colorspace = AVCOL_SPC_BT470BG ; break; + case COLOR_MODE_BT2020 : out->colorspace = AVCOL_SPC_BT2020_NCL; break; } td.src = in; diff --git a/libavfilter/vf_crop.c b/libavfilter/vf_crop.c index 85ea892..7c31c16 100644 --- a/libavfilter/vf_crop.c +++ b/libavfilter/vf_crop.c @@ -258,8 +258,8 @@ static int filter_frame(AVFilterLink *link, AVFrame *frame) s->var_values[VAR_N] = link->frame_count_out; s->var_values[VAR_T] = frame->pts == AV_NOPTS_VALUE ? NAN : frame->pts * av_q2d(link->time_base); - s->var_values[VAR_POS] = av_frame_get_pkt_pos(frame) == -1 ? - NAN : av_frame_get_pkt_pos(frame); + s->var_values[VAR_POS] = frame->pkt_pos == -1 ? + NAN : frame->pkt_pos; s->var_values[VAR_X] = av_expr_eval(s->x_pexpr, s->var_values, NULL); s->var_values[VAR_Y] = av_expr_eval(s->y_pexpr, s->var_values, NULL); s->var_values[VAR_X] = av_expr_eval(s->x_pexpr, s->var_values, NULL); diff --git a/libavfilter/vf_cropdetect.c b/libavfilter/vf_cropdetect.c index 4a89875..7c7d0b9 100644 --- a/libavfilter/vf_cropdetect.c +++ b/libavfilter/vf_cropdetect.c @@ -169,7 +169,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) // ignore first 2 frames - they may be empty if (++s->frame_nb > 0) { - metadata = avpriv_frame_get_metadatap(frame); + metadata = &frame->metadata; // Reset the crop area every reset_count frames, if reset_count is > 0 if (s->reset_count > 0 && s->frame_nb > s->reset_count) { diff --git a/libavfilter/vf_deflicker.c b/libavfilter/vf_deflicker.c index 3cda354..e748109 100644 --- a/libavfilter/vf_deflicker.c +++ b/libavfilter/vf_deflicker.c @@ -386,7 +386,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *buf) } av_frame_copy_props(out, in); - metadata = avpriv_frame_get_metadatap(out); + metadata = &out->metadata; if (metadata) { uint8_t value[128]; diff --git a/libavfilter/vf_deinterlace_vaapi.c b/libavfilter/vf_deinterlace_vaapi.c index 91652d8..5e7f7cf 100644 --- a/libavfilter/vf_deinterlace_vaapi.c +++ b/libavfilter/vf_deinterlace_vaapi.c @@ -446,7 +446,7 @@ static int deint_vaapi_filter_frame(AVFilterLink *inlink, AVFrame *input_frame) params.surface = input_surface; params.surface_region = &input_region; params.surface_color_standard = vaapi_proc_colour_standard( - av_frame_get_colorspace(input_frame)); + input_frame->colorspace); params.output_region = NULL; params.output_background_color = 0xff000000; diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index cba6cc8..f615144 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -1452,7 +1452,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) NAN : frame->pts * av_q2d(inlink->time_base); s->var_values[VAR_PICT_TYPE] = frame->pict_type; - s->metadata = av_frame_get_metadata(frame); + s->metadata = frame->metadata; draw_text(ctx, frame, frame->width, frame->height); diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c index c450d5e..e8b4a46 100644 --- a/libavfilter/vf_eq.c +++ b/libavfilter/vf_eq.c @@ -254,7 +254,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) AVFilterLink *outlink = inlink->dst->outputs[0]; EQContext *eq = ctx->priv; AVFrame *out; - int64_t pos = av_frame_get_pkt_pos(in); + int64_t pos = in->pkt_pos; const AVPixFmtDescriptor *desc; int i; diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 87d4144..14f031a 100644 --- a/libavfilter/vf_idet.c +++ b/libavfilter/vf_idet.c @@ -120,7 +120,7 @@ static void filter(AVFilterContext *ctx) Type type, best_type; RepeatedField repeat; int match = 0; - AVDictionary **metadata = avpriv_frame_get_metadatap(idet->cur); + AVDictionary **metadata = &idet->cur->metadata; for (i = 0; i < idet->csp->nb_components; i++) { int w = idet->cur->width; diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c index bbcd6b5..37b799f 100644 --- a/libavfilter/vf_overlay.c +++ b/libavfilter/vf_overlay.c @@ -715,7 +715,7 @@ static AVFrame *do_blend(AVFilterContext *ctx, AVFrame *mainpic, AVFilterLink *inlink = ctx->inputs[0]; if (s->eval_mode == EVAL_MODE_FRAME) { - int64_t pos = av_frame_get_pkt_pos(mainpic); + int64_t pos = mainpic->pkt_pos; s->var_values[VAR_N] = inlink->frame_count_out; s->var_values[VAR_T] = mainpic->pts == AV_NOPTS_VALUE ? diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c index 1201b2c..20962c4 100644 --- a/libavfilter/vf_psnr.c +++ b/libavfilter/vf_psnr.c @@ -148,7 +148,7 @@ static AVFrame *do_psnr(AVFilterContext *ctx, AVFrame *main, PSNRContext *s = ctx->priv; double comp_mse[4], mse = 0; int j, c; - AVDictionary **metadata = avpriv_frame_get_metadatap(main); + AVDictionary **metadata = &main->metadata; compute_images_mse(s, (const uint8_t **)main->data, main->linesize, (const uint8_t **)ref->data, ref->linesize, diff --git a/libavfilter/vf_readeia608.c b/libavfilter/vf_readeia608.c index 4bfe9cf..bc3abe7 100644 --- a/libavfilter/vf_readeia608.c +++ b/libavfilter/vf_readeia608.c @@ -214,11 +214,11 @@ static void extract_line(AVFilterContext *ctx, AVFilterLink *inlink, AVFrame *in snprintf(key, sizeof(key), "lavfi.readeia608.%d.cc", s->nb_found); snprintf(value, sizeof(value), "0x%02X%02X", byte[0], byte[1]); - av_dict_set(avpriv_frame_get_metadatap(in), key, value, 0); + av_dict_set(&in->metadata, key, value, 0); snprintf(key, sizeof(key), "lavfi.readeia608.%d.line", s->nb_found); snprintf(value, sizeof(value), "%d", line); - av_dict_set(avpriv_frame_get_metadatap(in), key, value, 0); + av_dict_set(&in->metadata, key, value, 0); } s->nb_found++; diff --git a/libavfilter/vf_readvitc.c b/libavfilter/vf_readvitc.c index d70af6a..7ef8cda 100644 --- a/libavfilter/vf_readvitc.c +++ b/libavfilter/vf_readvitc.c @@ -221,9 +221,9 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) int found; found = read_vitc_line(s, frame->data[0], frame->linesize[0], inlink->w, inlink->h); - av_dict_set(avpriv_frame_get_metadatap(frame), "lavfi.readvitc.found", (found ? "1" : "0"), 0); + av_dict_set(&frame->metadata, "lavfi.readvitc.found", (found ? "1" : "0"), 0); if (found) - av_dict_set(avpriv_frame_get_metadatap(frame), "lavfi.readvitc.tc_str", make_vitc_tc_string(s->tcbuf, s->line_data), 0); + av_dict_set(&frame->metadata, "lavfi.readvitc.tc_str", make_vitc_tc_string(s->tcbuf, s->line_data), 0); return ff_filter_frame(outlink, frame); } diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 2fe9a1f..c59ac6b 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -409,7 +409,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) char buf[32]; int in_range; - if (av_frame_get_colorspace(in) == AVCOL_SPC_YCGCO) + if (in->colorspace == AVCOL_SPC_YCGCO) av_log(link->dst, AV_LOG_WARNING, "Detected unsupported YCgCo colorspace.\n"); if( in->width != link->w @@ -456,7 +456,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) if(scale->output_is_pal) avpriv_set_systematic_pal2((uint32_t*)out->data[1], outlink->format == AV_PIX_FMT_PAL8 ? AV_PIX_FMT_BGR8 : outlink->format); - in_range = av_frame_get_color_range(in); + in_range = in->color_range; if ( scale->in_color_matrix || scale->out_color_matrix @@ -471,7 +471,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) &brightness, &contrast, &saturation); if (scale->in_color_matrix) - inv_table = parse_yuv_type(scale->in_color_matrix, av_frame_get_colorspace(in)); + inv_table = parse_yuv_type(scale->in_color_matrix, in->colorspace); if (scale->out_color_matrix) table = parse_yuv_type(scale->out_color_matrix, AVCOL_SPC_UNSPECIFIED); else if (scale->in_color_matrix) @@ -496,7 +496,7 @@ static int filter_frame(AVFilterLink *link, AVFrame *in) table, out_full, brightness, contrast, saturation); - av_frame_set_color_range(out, out_full ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG); + out->color_range = out_full ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG; } av_reduce(&out->sample_aspect_ratio.num, &out->sample_aspect_ratio.den, diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c index 83d941c..14b8aa4 100644 --- a/libavfilter/vf_showinfo.c +++ b/libavfilter/vf_showinfo.c @@ -108,7 +108,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) "fmt:%s sar:%d/%d s:%dx%d i:%c iskey:%d type:%c " "checksum:%08"PRIX32" plane_checksum:[%08"PRIX32, inlink->frame_count_out, - av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), av_frame_get_pkt_pos(frame), + av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), frame->pkt_pos, desc->name, frame->sample_aspect_ratio.num, frame->sample_aspect_ratio.den, frame->width, frame->height, diff --git a/libavfilter/vf_ssim.c b/libavfilter/vf_ssim.c index cf925bd..fa2c2c1 100644 --- a/libavfilter/vf_ssim.c +++ b/libavfilter/vf_ssim.c @@ -283,7 +283,7 @@ static double ssim_db(double ssim, double weight) static AVFrame *do_ssim(AVFilterContext *ctx, AVFrame *main, const AVFrame *ref) { - AVDictionary **metadata = avpriv_frame_get_metadatap(main); + AVDictionary **metadata = &main->metadata; SSIMContext *s = ctx->priv; float c[4], ssimv = 0.0; int i; diff --git a/libavfilter/vf_swaprect.c b/libavfilter/vf_swaprect.c index a0aa59d..f96f897 100644 --- a/libavfilter/vf_swaprect.c +++ b/libavfilter/vf_swaprect.c @@ -99,7 +99,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; var_values[VAR_N] = inlink->frame_count_out; var_values[VAR_T] = in->pts == AV_NOPTS_VALUE ? NAN : in->pts * av_q2d(inlink->time_base); - var_values[VAR_POS] = av_frame_get_pkt_pos(in) == -1 ? NAN : av_frame_get_pkt_pos(in); + var_values[VAR_POS] = in->pkt_pos ? NAN : in->pkt_pos; ret = av_expr_parse_and_eval(&dw, s->w, var_names, &var_values[0], diff --git a/libavfilter/vf_vectorscope.c b/libavfilter/vf_vectorscope.c index 987bc66..8c596c7 100644 --- a/libavfilter/vf_vectorscope.c +++ b/libavfilter/vf_vectorscope.c @@ -1212,7 +1212,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) if (s->colorspace) { s->cs = (s->depth - 8) * 2 + s->colorspace - 1; } else { - switch (av_frame_get_colorspace(in)) { + switch (in->colorspace) { case AVCOL_SPC_SMPTE170M: case AVCOL_SPC_BT470BG: s->cs = (s->depth - 8) * 2 + 0; diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c index 70995ee..44e9bf4 100644 --- a/libavfilter/vf_waveform.c +++ b/libavfilter/vf_waveform.c @@ -2754,7 +2754,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) return AVERROR(ENOMEM); } out->pts = in->pts; - av_frame_set_color_range(out, AVCOL_RANGE_JPEG); + out->color_range = AVCOL_RANGE_JPEG; for (k = 0; k < s->dcomp; k++) { if (s->bits <= 8) { diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c index 422f6d8..c4a5ae3 100644 --- a/libavfilter/vsrc_testsrc.c +++ b/libavfilter/vsrc_testsrc.c @@ -1376,7 +1376,7 @@ static void smptebars_fill_picture(AVFilterContext *ctx, AVFrame *picref) int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(picref->format); - av_frame_set_colorspace(picref, AVCOL_SPC_BT470BG); + picref->colorspace = AVCOL_SPC_BT470BG; r_w = FFALIGN((test->w + 6) / 7, 1 << pixdesc->log2_chroma_w); r_h = FFALIGN(test->h * 2 / 3, 1 << pixdesc->log2_chroma_h); @@ -1443,7 +1443,7 @@ static void smptehdbars_fill_picture(AVFilterContext *ctx, AVFrame *picref) int d_w, r_w, r_h, l_w, i, tmp, x = 0, y = 0; const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(picref->format); - av_frame_set_colorspace(picref, AVCOL_SPC_BT709); + picref->colorspace = AVCOL_SPC_BT709; d_w = FFALIGN(test->w / 8, 1 << pixdesc->log2_chroma_w); r_h = FFALIGN(test->h * 7 / 12, 1 << pixdesc->log2_chroma_h);