Commit 2a1a599b authored by Paul B Mahol's avatar Paul B Mahol

lavfi/buffersrc: remove unused item from BufferSourceContext

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 66632053
...@@ -51,7 +51,6 @@ typedef struct { ...@@ -51,7 +51,6 @@ typedef struct {
/* video only */ /* video only */
int w, h; int w, h;
enum AVPixelFormat pix_fmt; enum AVPixelFormat pix_fmt;
char *pix_fmt_str;
AVRational pixel_aspect; AVRational pixel_aspect;
char *sws_param; char *sws_param;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment