bmpenc: get rid of BMPContext as it is unused

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2013-03-30 02:19:36 +00:00
parent bd252ff6fa
commit 77535bb3c3
2 changed files with 2 additions and 13 deletions
-4
View File
@@ -24,10 +24,6 @@
#include "avcodec.h"
typedef struct BMPContext {
AVFrame picture;
} BMPContext;
typedef enum {
BMP_RGB =0,
BMP_RLE8 =1,