Remove useless forward declarations

The required headers are included anyway.
master
Romain Vimont 8 years ago
parent b9c9466d65
commit a9b276aa67

@ -5,8 +5,6 @@
#include <SDL2/SDL_net.h>
struct frames;
typedef struct SDL_Thread SDL_Thread;
typedef struct SDL_mutex SDL_mutex;
struct decoder {
struct frames *frames;

@ -5,8 +5,6 @@
// forward declarations
typedef struct AVFrame AVFrame;
typedef struct SDL_mutex SDL_mutex;
typedef struct SDL_cond SDL_cond;
struct frames {
AVFrame *decoding_frame;

Loading…
Cancel
Save