bmpenc: get rid of BMPContext as it is unused
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
typedef struct BMPContext {
|
||||
AVFrame picture;
|
||||
} BMPContext;
|
||||
|
||||
typedef enum {
|
||||
BMP_RGB =0,
|
||||
BMP_RLE8 =1,
|
||||
|
||||
Reference in New Issue
Block a user