[FFmpeg-cvslog] avformat/fitsdec: remove .raw_codec_id

Paul B Mahol git at videolan.org
Sun May 21 22:05:58 EEST 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun May 21 20:39:18 2023 +0200| [a28df1faa9a453e2b58499f7bc3d1a8cbaa6d72f] | committer: Paul B Mahol

avformat/fitsdec: remove .raw_codec_id

This non-raw demuxer does not have parser.

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

 libavformat/fitsdec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/fitsdec.c b/libavformat/fitsdec.c
index 54412c60ff..c463fc4ca1 100644
--- a/libavformat/fitsdec.c
+++ b/libavformat/fitsdec.c
@@ -231,5 +231,4 @@ const AVInputFormat ff_fits_demuxer = {
     .read_header    = fits_read_header,
     .read_packet    = fits_read_packet,
     .priv_class     = &fits_demuxer_class,
-    .raw_codec_id   = AV_CODEC_ID_FITS,
 };



More information about the ffmpeg-cvslog mailing list