Commit f739b36d authored by Ronald S. Bultje's avatar Ronald S. Bultje

Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),

see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.

Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b4e3330c
......@@ -531,8 +531,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
rv= 0;
break;
default:
av_new_packet(pkt, len);
memcpy(pkt->data, buf, len);
av_new_packet(pkt, len);
memcpy(pkt->data, buf, len);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment