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
This commit is contained in:
Ronald S. Bultje 2008-01-10 13:54:30 +00:00
parent b4e3330c12
commit f739b36d16
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}