Re: [FFmpeg-devel] [PATCH] ffplay: add scale_subtitles option to allow disabling the scaling

2015-07-30 Thread Marton Balint
On Wed, 29 Jul 2015, Michael Niedermayer wrote: From: Michael Niedermayer mich...@niedermayer.cc This theoretically is faster and might be useful on some low end embeded systems This issue seems quite theoretical to me. Scaling happens only once per subtitle, usually no more often than

[FFmpeg-devel] [PATCH] ffplay: add scale_subtitles option to allow disabling the scaling

2015-07-29 Thread Michael Niedermayer
From: Michael Niedermayer mich...@niedermayer.cc This theoretically is faster and might be useful on some low end embeded systems Inspired-by: Compns reply Signed-off-by: Michael Niedermayer mich...@niedermayer.cc --- ffplay.c | 15 +++ 1 file changed, 11 insertions(+), 4