Re: [FFmpeg-devel] [PATCHv2] ffplay: dynamically allocate filename buffer

2015-09-26 Thread Marton Balint
On Sat, 26 Sep 2015, Ganesh Ajjanagadde wrote: filename was set to an arbitrary 1024 characters. ffplay would thus be unable to play files whose name exceeds that arbitrary threshold. This patch dynamically allocates and frees the filename buffer to remove such limitations. Signed-off-by: Gane

[FFmpeg-devel] [PATCHv2] ffplay: dynamically allocate filename buffer

2015-09-26 Thread Ganesh Ajjanagadde
filename was set to an arbitrary 1024 characters. ffplay would thus be unable to play files whose name exceeds that arbitrary threshold. This patch dynamically allocates and frees the filename buffer to remove such limitations. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 7 +-- 1 file