mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
Add missing #includes for standalone spherical-information-related headers
(cherry picked from commit f912fd767e
)
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
457e933919
commit
2d7aadf3d9
@ -24,6 +24,9 @@
|
||||
#ifndef AVFORMAT_ISOM_H
|
||||
#define AVFORMAT_ISOM_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/spherical.h"
|
||||
#include "libavutil/stereo3d.h"
|
||||
|
||||
|
@ -26,6 +26,9 @@
|
||||
#ifndef AVUTIL_SPHERICAL_H
|
||||
#define AVUTIL_SPHERICAL_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @addtogroup lavu_video
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user