Browse Source

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
tags/v0.5
Ronald S. Bultje 18 years ago
parent
commit
f739b36d16
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/rtpdec.c

+ 2
- 2
libavformat/rtpdec.c 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;
}



Loading…
Cancel
Save