Fix a warning by removing an useless assignment (buf_ptr should be only
authorLuca Abeni <lucabe72@email.it>
Mon, 24 Sep 2007 10:43:26 +0000 (10:43 +0000)
committerLuca Abeni <lucabe72@email.it>
Mon, 24 Sep 2007 10:43:26 +0000 (10:43 +0000)
commitd0c3be95687cd9f72fc479ed54e6ef87dce7de44
tree320997202f70a226de0bbcd5d8b6b09463ffb86f
parent35fb8134c1b0d999fffa0f9c45fbd0591278d240
Fix a warning by removing an useless assignment (buf_ptr should be only
used in the RTP muxer, and not in the demuxer)

Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.c