Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavformat/demux.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/demux.h b/libavformat/demux.h
index 41d1318f75..4e8d042e75 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.
--
2.34.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".