Re: [FFmpeg-devel] [PATCH 1/2] libschroedingerdec: don't produce empty frames

2016-11-14 Thread Michael Niedermayer
On Sun, Nov 13, 2016 at 11:24:45PM +0100, Andreas Cadhalpun wrote: > They are not valid and can cause problems/crashes for API users. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/libschroedingerdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) should be ok [...] thx --

[FFmpeg-devel] [PATCH 1/2] libschroedingerdec: don't produce empty frames

2016-11-13 Thread Andreas Cadhalpun
They are not valid and can cause problems/crashes for API users. Signed-off-by: Andreas Cadhalpun --- libavcodec/libschroedingerdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c index c9930c7..1e392b3 10064