[FFmpeg-devel] [PATCH] avdevice/fbdev_common: Make declaration proper prototype
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Wed Sep 27 22:54:47 EEST 2023
Andreas Rheinhardt:
> Fixes a -Wstrict-prototypes warning from Clang 15.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavdevice/fbdev_common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavdevice/fbdev_common.c b/libavdevice/fbdev_common.c
> index 47e7edde5c..2c70abb1f0 100644
> --- a/libavdevice/fbdev_common.c
> +++ b/libavdevice/fbdev_common.c
> @@ -62,7 +62,7 @@ enum AVPixelFormat ff_get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varin
> return AV_PIX_FMT_NONE;
> }
>
> -const char* ff_fbdev_default_device()
> +const char *ff_fbdev_default_device(void)
> {
> const char *dev = getenv("FRAMEBUFFER");
> if (!dev)
Will apply this tomorrow unless there are objections.
- Andreas
More information about the ffmpeg-devel
mailing list