You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/internal: remove unused out_frame field from DecodeSimpleContext
It was introduced in 061a0c14bb
but apparently never used
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -110,7 +110,6 @@
|
|||||||
|
|
||||||
typedef struct DecodeSimpleContext {
|
typedef struct DecodeSimpleContext {
|
||||||
AVPacket *in_pkt;
|
AVPacket *in_pkt;
|
||||||
AVFrame *out_frame;
|
|
||||||
} DecodeSimpleContext;
|
} DecodeSimpleContext;
|
||||||
|
|
||||||
typedef struct EncodeSimpleContext {
|
typedef struct EncodeSimpleContext {
|
||||||
|
Reference in New Issue
Block a user