mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
fftools/ffmpeg_dec: add an AVClass to Decoder
Log decoder messages to the decoder rather than InputStream. This is a step towards decoupling Decoder and InputStream.
This commit is contained in:
@ -281,6 +281,8 @@ typedef struct FilterGraph {
|
||||
} FilterGraph;
|
||||
|
||||
typedef struct Decoder {
|
||||
const AVClass *class;
|
||||
|
||||
const uint8_t *subtitle_header;
|
||||
int subtitle_header_size;
|
||||
} Decoder;
|
||||
|
Reference in New Issue
Block a user