Skip to content

Commit

Permalink
Remove uncessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yigithanyigit committed Aug 21, 2024
1 parent b0b7599 commit 890e161
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions libavfilter/vf_libvmaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,16 +508,6 @@ static int init_metadata(AVFilterContext *ctx)
{
LIBVMAFContext *s = ctx->priv;

/*
s->metadata_priv = av_calloc(1, sizeof(*s->metadata_priv));
if (!s->metadata_priv)
return AVERROR(ENOMEM);
s->metadata_priv->metadata = av_calloc(1, sizeof(AVDictionary*));
if (!s->metadata_priv->metadata)
return AVERROR(ENOMEM);
*/

s->metadata_priv = av_calloc(1, sizeof(AVDictionary*));
if (!s->metadata_priv)
return AVERROR(ENOMEM);
Expand Down

0 comments on commit 890e161

Please sign in to comment.