Re: [FFmpeg-devel] [PATCH 3/7] avcodec/tdsc: return the packet size instead of 0

2016-12-15 Thread Michael Niedermayer
On Thu, Dec 15, 2016 at 09:37:35PM +0100, Paul B Mahol wrote: > On 12/15/16, Michael Niedermayer wrote: > > Most decoders return the amount of data used. > > This is more consistent > > > > Signed-off-by: Michael Niedermayer > > --- > >

Re: [FFmpeg-devel] [PATCH 3/7] avcodec/tdsc: return the packet size instead of 0

2016-12-15 Thread Paul B Mahol
On 12/15/16, Michael Niedermayer wrote: > Most decoders return the amount of data used. > This is more consistent > > Signed-off-by: Michael Niedermayer > --- > libavcodec/tdsc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > lgtm

[FFmpeg-devel] [PATCH 3/7] avcodec/tdsc: return the packet size instead of 0

2016-12-15 Thread Michael Niedermayer
Most decoders return the amount of data used. This is more consistent Signed-off-by: Michael Niedermayer --- libavcodec/tdsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/tdsc.c b/libavcodec/tdsc.c index d1265a006d..8460568d7d 100644