Add missing #includes for standalone spherical-information-related headers

This commit is contained in:
Diego Biurrun 2016-12-08 19:47:58 +01:00
parent cf1cae58b0
commit f912fd767e
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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
* @{ * @{