[FFmpeg-cvslog] avformat/demux: Use enum AVCodecID for raw_codec_id

Andreas Rheinhardt git at videolan.org
Thu Mar 7 16:42:34 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Feb 10 15:50:45 2024 +0100| [cd93ba6531055280f3585ddc6d82b2ab47613bc5] | committer: James Almer

avformat/demux: Use enum AVCodecID for raw_codec_id

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd93ba6531055280f3585ddc6d82b2ab47613bc5
---

 libavformat/demux.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



More information about the ffmpeg-cvslog mailing list