fftools/ffmpeg: stop using deprecated ticks_per_frame

This commit is contained in:
Anton Khirnov
2023-05-07 15:24:01 +02:00
parent 7d1d61cc5f
commit a238ba9c3c
3 changed files with 10 additions and 6 deletions

View File

@@ -350,6 +350,7 @@ typedef struct InputStream {
AVCodecParameters *par;
AVCodecContext *dec_ctx;
const AVCodec *dec;
const AVCodecDescriptor *codec_desc;
AVFrame *decoded_frame;
AVPacket *pkt;