From 2a85a192c710a4e4588ea831c042548838301bf9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 9 Nov 2013 10:14:46 +0100 Subject: bmpenc: use the AVFrame API properly. --- libavcodec/bmp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/bmp.h') 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, -- cgit v1.2.3