Re: [FFmpeg-devel] [PATCH] sbcdec: do not unnecessarily set frame properties

2020-03-18 Thread Michael Niedermayer
On Wed, Mar 18, 2020 at 09:35:56AM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2020-03-16 21:58:52) > > On Wed, Jan 29, 2020 at 06:00:16PM +0100, Anton Khirnov wrote: > > > Decoders are supposed to export stream properties in AVCodecContext, the > > > AVFrame properties are set from

Re: [FFmpeg-devel] [PATCH] sbcdec: do not unnecessarily set frame properties

2020-03-18 Thread Anton Khirnov
Quoting Michael Niedermayer (2020-03-16 21:58:52) > On Wed, Jan 29, 2020 at 06:00:16PM +0100, Anton Khirnov wrote: > > Decoders are supposed to export stream properties in AVCodecContext, the > > AVFrame properties are set from those in ff_get_buffer(). > > --- > > libavcodec/sbcdec.c | 7 ---

Re: [FFmpeg-devel] [PATCH] sbcdec: do not unnecessarily set frame properties

2020-03-16 Thread Michael Niedermayer
On Wed, Jan 29, 2020 at 06:00:16PM +0100, Anton Khirnov wrote: > Decoders are supposed to export stream properties in AVCodecContext, the > AVFrame properties are set from those in ff_get_buffer(). > --- > libavcodec/sbcdec.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > >

Re: [FFmpeg-devel] [PATCH] sbcdec: do not unnecessarily set frame properties

2020-03-16 Thread Anton Khirnov
ping -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] sbcdec: do not unnecessarily set frame properties

2020-01-29 Thread Anton Khirnov
Decoders are supposed to export stream properties in AVCodecContext, the AVFrame properties are set from those in ff_get_buffer(). --- libavcodec/sbcdec.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavcodec/sbcdec.c b/libavcodec/sbcdec.c index