mirror of https://github.com/FFmpeg/FFmpeg.git
Currently, when writing PCMA or PCMU tracks with FLV or RTMP, the stereo flag and sample rate flag inside RTMP audio messages are overridden, making impossible to distinguish between mono and stereo tracks. This patch fixes the issue by restoring the same flag mechanism of all other codecs, that takes into consideration the right channel count and sample rate. Signed-off-by: Alessandro Ros <aler9.dev@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>release/7.0
parent
fa580a0f17
commit
49ab7f8997
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue