diff --git a/libavformat/demux.h b/libavformat/demux.h index 2451202f60..48c71ab55d 100644 --- a/libavformat/demux.h +++ b/libavformat/demux.h @@ -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.