diff options
author | Paras Chadha <paraschadha18@gmail.com> | 2017-08-29 22:46:44 +0530 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-08-30 12:13:01 +0200 |
commit | 61e4db4bb730409798dff8d87d83459cb888786e (patch) | |
tree | b4a6f7ffadd4f3ece2176f42cc952b7e9106a972 /libavcodec/avcodec.h | |
parent | 7fbc0825773eb597c5a3f5679a8d58ced0d9456f (diff) | |
download | ffmpeg-61e4db4bb730409798dff8d87d83459cb888786e.tar.gz |
Add FITS Decoder
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 655555092a..513236a863 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -447,6 +447,7 @@ enum AVCodecID { AV_CODEC_ID_SRGC, AV_CODEC_ID_SVG, AV_CODEC_ID_GDV, + AV_CODEC_ID_FITS, /* various PCM "codecs" */ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |