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:
parent
739175bfe5
commit
15cb5d00d9
@ -40,7 +40,7 @@
|
||||
typedef struct{
|
||||
AVFrame *indata;
|
||||
AVPacket *outdata;
|
||||
int64_t return_code;
|
||||
int return_code;
|
||||
int finished;
|
||||
} Task;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user