Remove useless forward declarations
The required headers are included anyway.
This commit is contained in:
parent
b9c9466d65
commit
a9b276aa67
2 changed files with 0 additions and 4 deletions
|
@ -5,8 +5,6 @@
|
||||||
#include <SDL2/SDL_net.h>
|
#include <SDL2/SDL_net.h>
|
||||||
|
|
||||||
struct frames;
|
struct frames;
|
||||||
typedef struct SDL_Thread SDL_Thread;
|
|
||||||
typedef struct SDL_mutex SDL_mutex;
|
|
||||||
|
|
||||||
struct decoder {
|
struct decoder {
|
||||||
struct frames *frames;
|
struct frames *frames;
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
// forward declarations
|
// forward declarations
|
||||||
typedef struct AVFrame AVFrame;
|
typedef struct AVFrame AVFrame;
|
||||||
typedef struct SDL_mutex SDL_mutex;
|
|
||||||
typedef struct SDL_cond SDL_cond;
|
|
||||||
|
|
||||||
struct frames {
|
struct frames {
|
||||||
AVFrame *decoding_frame;
|
AVFrame *decoding_frame;
|
||||||
|
|
Loading…
Reference in a new issue