[SCM] libav/experimental: Fix typo
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:48:05 UTC 2013
The following commit has been merged in the experimental branch:
commit 3c47c1744ac0e02d6a5bbf3bd24308cbf2f829f4
Author: Luca Abeni <lucabe72 at email.it>
Date: Thu Jun 15 07:36:57 2006 +0000
Fix typo
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 8482a71..67ad3ef 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list