summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/bmp.h')
-rw-r--r--libavcodec/bmp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/bmp.h b/libavcodec/bmp.h
index ab11523379..a472f59d3c 100644
--- a/libavcodec/bmp.h
+++ b/libavcodec/bmp.h
@@ -24,10 +24,6 @@
#include "avcodec.h"
-typedef struct BMPContext {
- AVFrame picture;
-} BMPContext;
-
typedef enum {
BMP_RGB =0,
BMP_RLE8 =1,