X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Ffbdev.c;h=4f670e9875a36c6ff5bd8fea7a261f6bb4d6f4c9;hb=6d6b0c96fdc576f4643e3d4066e5ebebdb693ade;hp=121f02ccff5f90cf3eeec9d73dc603163fc79672;hpb=0fecf2642b9d909820683647c70031a954f5e58d;p=ffmpeg diff --git a/libavdevice/fbdev.c b/libavdevice/fbdev.c index 121f02ccff5..4f670e9875a 100644 --- a/libavdevice/fbdev.c +++ b/libavdevice/fbdev.c @@ -57,8 +57,7 @@ static struct rgb_pixfmt_map_entry rgb_pixfmt_map[] = { { 24, 16, 8, 0, 0, PIX_FMT_BGR24 }, }; -static enum PixelFormat -get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo) +static enum PixelFormat get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo) { int i;