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.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user