[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Ronald S. Bultje
rsbultje
Tue Jan 1 20:36:35 CET 2008
Hi,
you mentioned in previous threads that you'd like to do one patch, so I'll
try to keep patches separate in coming replies. This one is for the
rtsp-flags-field.patch.
On Dec 29, 2007 7:43 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> > - av_new_packet(pkt, len);
> > - memcpy(pkt->data, buf, len);
> > - }
> > + av_new_packet(pkt, len);
> > + memcpy(pkt->data, buf, len);
>
> cosmetic
Fixed. New version attached without the above. I attach a second patch
(sorry :-) ) which does the reindent separately (it's ok to do reindent
patches in the same reply, because they don't really do anything, right?).
Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-flags-field.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080101/6de0cdeb/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-flags-field-reindent.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080101/6de0cdeb/attachment.asc>
More information about the ffmpeg-devel
mailing list