From 9580818c5d934bde65a95efd2cee61c174721092 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 4 Apr 2014 19:38:04 +0200 Subject: avconv: rename OutputStream.opts to OutputStream.encoder_opts This makes it more clear what is this variable for exactly. --- avconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 6ea6196243..319291319a 100644 --- a/avconv.h +++ b/avconv.h @@ -336,7 +336,7 @@ typedef struct OutputStream { char *avfilter; int64_t sws_flags; - AVDictionary *opts; + AVDictionary *encoder_opts; AVDictionary *resample_opts; int finished; /* no more packets should be written for this stream */ int stream_copy; -- cgit v1.2.3