[FFmpeg-cvslog] r10561 - trunk/libavformat/rtp.c

lucabe subversion
Mon Sep 24 12:43:26 CEST 2007


Author: lucabe
Date: Mon Sep 24 12:43:26 2007
New Revision: 10561

Log:
Fix a warning by removing an useless assignment (buf_ptr should be only
used in the RTP muxer, and not in the demuxer)


Modified:
   trunk/libavformat/rtp.c

Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c	(original)
+++ trunk/libavformat/rtp.c	Mon Sep 24 12:43:26 2007
@@ -690,7 +690,6 @@ int rtp_parse_packet(RTPDemuxContext *s,
                 len -= infos->au_headers[0].size;
             }
             s->read_buf_size = len;
-            s->buf_ptr = buf;
             rv= 0;
             break;
         default:




More information about the ffmpeg-cvslog mailing list