1
0
Fork 0

avformat/demux: Use enum AVCodecID for raw_codec_id

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-02-10 15:50:45 +01:00 committed by James Almer
parent be54923abc
commit cd93ba6531
1 changed files with 1 additions and 1 deletions

View File

@ -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.