You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -40,7 +40,7 @@
|
||||
typedef struct{
|
||||
AVFrame *indata;
|
||||
AVPacket *outdata;
|
||||
int64_t return_code;
|
||||
int return_code;
|
||||
int finished;
|
||||
} Task;
|
||||
|
||||
|
Reference in New Issue
Block a user