On 06/21/2011 04:30 PM, Diego Biurrun wrote:

> From: Clément Bœsch <[email protected]>
> 
> Signed-off-by: Diego Biurrun <[email protected]>
> ---
>  ffmpeg.c        |    2 +-
>  ffplay.c        |    2 +-
>  libavutil/log.h |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/ffmpeg.c b/ffmpeg.c
> index 9f2d5b9..2871b3d 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -424,7 +424,7 @@ static int configure_video_filters(AVInputStream *ist, 
> AVOutputStream *ost)
>  
>  static void term_exit(void)
>  {
> -    av_log(NULL, AV_LOG_QUIET, "");
> +    av_log(NULL, AV_LOG_QUIET, "%s", "");



Would adding -Wno-format-zero-length instead do the same thing?

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to