You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/fits: add missing header includes
Fixes checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#ifndef AVCODEC_FITS_H
|
||||
#define AVCODEC_FITS_H
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <libavutil/dict.h>
|
||||
|
||||
typedef enum FITSHeaderState {
|
||||
STATE_SIMPLE,
|
||||
STATE_XTENSION,
|
||||
|
Reference in New Issue
Block a user