]> git.sesse.net Git - ffmpeg/commit
sbcdec: do not unnecessarily set frame properties
authorAnton Khirnov <anton@khirnov.net>
Wed, 29 Jan 2020 16:52:21 +0000 (17:52 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 20 Mar 2020 08:16:05 +0000 (09:16 +0100)
commitbdd31feec934bad07f5035250f9cb1ec5b571062
tree5610d2bb691516c02008d33e13a5dfc5cd7f4757
parent1ec86be79b11ec238067d099d424dd6ee48c8de7
sbcdec: do not unnecessarily set frame properties

Decoders are supposed to export stream properties in AVCodecContext, the
AVFrame properties are set from those in ff_get_buffer().
libavcodec/sbcdec.c