From f3a6ad22c977c8fea87c4c5e4535061db6324d66 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 4 Apr 2014 19:38:04 +0200 Subject: avconv: rename InputStream.opts to InputStream.decoder_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 5e23714838..6ea6196243 100644 --- a/avconv.h +++ b/avconv.h @@ -231,7 +231,7 @@ typedef struct InputStream { PtsCorrectionContext pts_ctx; double ts_scale; int showed_multi_packet_warning; - AVDictionary *opts; + AVDictionary *decoder_opts; AVRational framerate; /* framerate forced with -r */ int resample_height; -- cgit v1.2.3