mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix typo
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
29f3b38a91
commit
3c47c1744a
@ -218,7 +218,7 @@ int rtp_get_codec_info(AVCodecContext *codec, int payload_type)
|
||||
{
|
||||
if (AVRtpPayloadTypes[payload_type].codec_id != CODEC_ID_NONE) {
|
||||
codec->codec_type = AVRtpPayloadTypes[payload_type].codec_type;
|
||||
codec->codec_id = AVRtpPayloadTypes[payload_type].codec_type;
|
||||
codec->codec_id = AVRtpPayloadTypes[payload_type].codec_id;
|
||||
if (AVRtpPayloadTypes[payload_type].audio_channels > 0)
|
||||
codec->channels = AVRtpPayloadTypes[payload_type].audio_channels;
|
||||
if (AVRtpPayloadTypes[payload_type].clock_rate > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user