Commit cd93ba65 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt Committed by James Almer

avformat/demux: Use enum AVCodecID for raw_codec_id

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent be54923a
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment