summaryrefslogtreecommitdiff
path: root/libavcodec/bmp.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 10:14:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-16 17:43:05 +0100
commit2a85a192c710a4e4588ea831c042548838301bf9 (patch)
tree8366e5bc1d0ca1a7fe0e49faefa467ba7004dcd8 /libavcodec/bmp.h
parent6a08d7fcc528aad1aff7a1e1e4ae9edd4f8048f2 (diff)
bmpenc: use the AVFrame API properly.
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,