You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Add missing #includes for standalone spherical-information-related headers
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
#ifndef AVFORMAT_ISOM_H
|
#ifndef AVFORMAT_ISOM_H
|
||||||
#define AVFORMAT_ISOM_H
|
#define AVFORMAT_ISOM_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/spherical.h"
|
#include "libavutil/spherical.h"
|
||||||
#include "libavutil/stereo3d.h"
|
#include "libavutil/stereo3d.h"
|
||||||
|
|
||||||
|
@@ -26,6 +26,9 @@
|
|||||||
#ifndef AVUTIL_SPHERICAL_H
|
#ifndef AVUTIL_SPHERICAL_H
|
||||||
#define AVUTIL_SPHERICAL_H
|
#define AVUTIL_SPHERICAL_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_video
|
* @addtogroup lavu_video
|
||||||
* @{
|
* @{
|
||||||
|
Reference in New Issue
Block a user