[Ffmpeg-cvslog] r5478 - trunk/libavformat/rtp.c
lucabe
subversion
Thu Jun 15 09:36:57 CEST 2006
Author: lucabe
Date: Thu Jun 15 09:36:57 2006
New Revision: 5478
Modified:
trunk/libavformat/rtp.c
Log:
Fix typo
Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c (original)
+++ trunk/libavformat/rtp.c Thu Jun 15 09:36:57 2006
@@ -218,7 +218,7 @@
{
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)
More information about the ffmpeg-cvslog
mailing list