Commit 91bbd3c3 authored by rbultje's avatar rbultje

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

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



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 676bae0f
...@@ -531,8 +531,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt, ...@@ -531,8 +531,8 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
rv= 0; rv= 0;
break; break;
default: default:
av_new_packet(pkt, len); av_new_packet(pkt, len);
memcpy(pkt->data, buf, len); memcpy(pkt->data, buf, len);
break; 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