[FFmpeg-devel] [PATCH 1/2] ffplay: do not preallocate video texture

2017-01-15 Thread Marton Balint
Since the uploads happen in the main display function, it does not matter much. Signed-off-by: Marton Balint --- ffplay.c | 120 +++ 1 file changed, 20 insertions(+), 100 deletions(-) diff --git a/ffplay.c b/ffplay.c index 967679e..d76

Re: [FFmpeg-devel] [PATCH 1/2] ffplay: do not preallocate video texture

2017-01-22 Thread Marton Balint
On Sun, 15 Jan 2017, Marton Balint wrote: Since the uploads happen in the main display function, it does not matter much. Signed-off-by: Marton Balint --- ffplay.c | 120 +++ 1 file changed, 20 insertions(+), 100 deletions(-) I have