mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 14:31:09 +00:00
avformat/demux: Use enum AVCodecID for raw_codec_id
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
be54923abc
commit
cd93ba6531
@ -37,7 +37,7 @@ typedef struct FFInputFormat {
|
||||
/**
|
||||
* Raw demuxers store their codec ID here.
|
||||
*/
|
||||
int raw_codec_id;
|
||||
enum AVCodecID raw_codec_id;
|
||||
|
||||
/**
|
||||
* Size of private data so that it can be allocated in the wrapper.
|
||||
|
Loading…
Reference in New Issue
Block a user