[FFmpeg-devel] [PATCH 27/27] avformat/demux: Use enum AVCodecID for raw_codec_id

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Feb 10 16:50:45 EET 2024


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 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



More information about the ffmpeg-devel mailing list