Re: [FFmpeg-devel] [PATCH] ffplay: force setting alsa buffer size

2016-05-07 Thread Marton Balint
On Sun, 1 May 2016, Reimar Döffinger wrote: On Sat, Apr 30, 2016 at 10:17:33PM +0200, Marton Balint wrote: Signed-off-by: Marton Balint --- ffplay.c | 7 +++ 1 file changed, 7 insertions(+) I have a nagging feeling someone with better knowledge of ALSA and how we handle it might find a

Re: [FFmpeg-devel] [PATCH] ffplay: force setting alsa buffer size

2016-05-01 Thread Reimar Döffinger
On Sat, Apr 30, 2016 at 10:17:33PM +0200, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > ffplay.c | 7 +++ > 1 file changed, 7 insertions(+) I have a nagging feeling someone with better knowledge of ALSA and how we handle it might find a better solution, but since I doubt someon