This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add missing #includes for standalone spherical-information-related headers
(cherry picked from commit
f912fd767e
) Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.3
Diego Biurrun
James Almer
9 years ago
parent
457e933919
commit
2d7aadf3d9
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavformat/isom.h
+3
-0
libavutil/spherical.h
+ 3
- 0
libavformat/isom.h
View File
@@ -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"
+ 3
- 0
libavutil/spherical.h
View File
@@ -26,6 +26,9 @@
#ifndef AVUTIL_SPHERICAL_H
#define AVUTIL_SPHERICAL_H
#include <stddef.h>
#include <stdint.h>
/**
* @addtogroup lavu_video
* @{
Write
Preview
Loading…
Cancel
Save