diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-07-26 11:43:43 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-07-26 11:43:43 +0000 |
commit | 2a1a599bcb2b9b54aa32a7fe62593e671d6457d3 (patch) | |
tree | 37e922af964d3f6b10674fee7f0c744f75986c7a | |
parent | 6663205338f57eedb2392263dde48e2717c6e980 (diff) | |
download | ffmpeg-2a1a599bcb2b9b54aa32a7fe62593e671d6457d3.tar.gz |
lavfi/buffersrc: remove unused item from BufferSourceContext
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/buffersrc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/buffersrc.c b/libavfilter/buffersrc.c index 5d834b549c..b152779066 100644 --- a/libavfilter/buffersrc.c +++ b/libavfilter/buffersrc.c @@ -51,7 +51,6 @@ typedef struct { /* video only */ int w, h; enum AVPixelFormat pix_fmt; - char *pix_fmt_str; AVRational pixel_aspect; char *sws_param; |