summaryrefslogtreecommitdiff
path: root/libavfilter/vf_eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_eq.c')
-rw-r--r--libavfilter/vf_eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_eq.c b/libavfilter/vf_eq.c
index c450d5ed02..e8b4a46195 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;