[FFmpeg-cvslog] r11494 - trunk/libavformat/rtpdec.c

rbultje subversion
Thu Jan 10 14:54:31 CET 2008


Author: rbultje
Date: Thu Jan 10 14:54:30 2008
New Revision: 11494

Log:
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.



Modified:
   trunk/libavformat/rtpdec.c

Modified: trunk/libavformat/rtpdec.c
==============================================================================
--- trunk/libavformat/rtpdec.c	(original)
+++ trunk/libavformat/rtpdec.c	Thu Jan 10 14:54:30 2008
@@ -531,8 +531,8 @@ int rtp_parse_packet(RTPDemuxContext *s,
             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;
         }
 




More information about the ffmpeg-cvslog mailing list