fftools/ffmpeg_demux: add an AVClass to DemuxStream/InputStream
Use it for logging. This makes log messages related to this input stream more consistent.
This commit is contained in:
@@ -333,6 +333,8 @@ typedef struct FilterGraph {
|
||||
} FilterGraph;
|
||||
|
||||
typedef struct InputStream {
|
||||
const AVClass *class;
|
||||
|
||||
int file_index;
|
||||
AVStream *st;
|
||||
int discard; /* true if stream data should be discarded */
|
||||
|
||||
Reference in New Issue
Block a user