From b7327887ea260d26e4fe98d34149cd57168f2ba3 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 23 Mar 2012 15:46:30 +0100 Subject: avconv: get output pixel format from lavfi. This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra. --- cmdutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdutils.h') diff --git a/cmdutils.h b/cmdutils.h index 5c5e57cbbe..792254cf6c 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -368,7 +368,7 @@ FILE *get_preset_file(char *filename, size_t filename_size, const char *preset_name, int is_path, const char *codec_name); typedef struct { - enum PixelFormat pix_fmt; + const enum PixelFormat *pix_fmts; } SinkContext; extern AVFilter sink; -- cgit v1.2.3