Skip to content

Commit

Permalink
fixed typo for pkt_duration detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 8, 2024
1 parent 0dacc69 commit 7753712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/ff_enc.c
Expand Up @@ -32,7 +32,7 @@

#include "ff_common.h"

#if AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, 0) < AV_VERSION_INT(59, 24, 0)
#if (LIBAVUTIL_VERSION_MAJOR < 59)
#define _avf_dur pkt_duration
#else
#define _avf_dur duration
Expand Down

0 comments on commit 7753712

Please sign in to comment.