mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-15 11:51:33 +00: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:
parent
e409262837
commit
6b57d4d9eb
@ -110,7 +110,6 @@
|
||||
|
||||
typedef struct DecodeSimpleContext {
|
||||
AVPacket *in_pkt;
|
||||
AVFrame *out_frame;
|
||||
} DecodeSimpleContext;
|
||||
|
||||
typedef struct EncodeSimpleContext {
|
||||
|
Loading…
Reference in New Issue
Block a user