summaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-17 16:19:28 +0200
committerAnton Khirnov <anton@khirnov.net>2011-07-28 17:13:14 +0200
commit8ec19f84e12283dd79c16782ab55dd3b4e1ded66 (patch)
treee294cfb94e8948b83d9547f9e36bfee4335a33bc /ffplay.c
parentce23ca814b0fa6327b21e03be09b81f9b0d7113d (diff)
downloadffmpeg-streaming-8ec19f84e12283dd79c16782ab55dd3b4e1ded66.zip
ffmpeg-streaming-8ec19f84e12283dd79c16782ab55dd3b4e1ded66.tar.gz
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
Avoid brittle and obfuscating reference to a global. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 77c9d4b..bef75fe 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2343,7 +2343,7 @@ static int decode_thread(void *arg)
if(genpts)
ic->flags |= AVFMT_FLAG_GENPTS;
- opts = setup_find_stream_info_opts(ic);
+ opts = setup_find_stream_info_opts(ic, codec_opts);
orig_nb_streams = ic->nb_streams;
err = avformat_find_stream_info(ic, opts);
OpenPOWER on IntegriCloud