X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbmp.h;h=a472f59d3c00d78f87c02ede2fe834b2cefe2ce0;hb=345a96c327e8f2a8077189af9f5e8d2b3f4ad5fe;hp=ab11523379798acc36361daf2bb6236779a3dfcb;hpb=2912e87a6c9264d556734e2bf94a99c64cf9b102;p=ffmpeg diff --git a/libavcodec/bmp.h b/libavcodec/bmp.h index ab115233797..a472f59d3c0 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,