1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-17 20:17:55 +02:00

avcodec/frame_thread_encoder: Use more natural types

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2021-02-07 20:35:09 +01:00
parent 739175bfe5
commit 15cb5d00d9

View File

@ -40,7 +40,7 @@
typedef struct{
AVFrame *indata;
AVPacket *outdata;
int64_t return_code;
int return_code;
int finished;
} Task;