Re: [FFmpeg-devel] [PATCH] ffmpeg: fix option name in documentation

2015-03-24 Thread Michael Niedermayer
On Tue, Mar 24, 2015 at 08:24:03PM +0100, Giorgio Vazzana wrote: > Hi, > > $ ffmpeg -h full 2>/dev/null | grep thread_queue_size > -thread_queue_size set the maximum number of queued packets from the demuxer > > Giorgio Vazzana > ffmpeg.texi |2 +- > 1 file changed, 1 insertion(+), 1 delet

[FFmpeg-devel] [PATCH] ffmpeg: fix option name in documentation

2015-03-24 Thread Giorgio Vazzana
Hi, $ ffmpeg -h full 2>/dev/null | grep thread_queue_size -thread_queue_size set the maximum number of queued packets from the demuxer Giorgio Vazzana From 15e9d7d8d3e23ec7a0649b36f104c755c5a33783 Mon Sep 17 00:00:00 2001 From: Giorgio Vazzana Date: Tue, 24 Mar 2015 20:20:45 +0100 Subject: [PAT