changeset 2569:5fa858c38291 libavformat

Fix a warning by removing an useless assignment (buf_ptr should be only used in the RTP muxer, and not in the demuxer)
author lucabe
date Mon, 24 Sep 2007 10:43:26 +0000
parents 59f7ce8ad381
children b0a253d7d0f7
files rtp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtp.c	Sun Sep 23 07:40:34 2007 +0000
+++ b/rtp.c	Mon Sep 24 10:43:26 2007 +0000
@@ -690,7 +690,6 @@
                 len -= infos->au_headers[0].size;
             }
             s->read_buf_size = len;
-            s->buf_ptr = buf;
             rv= 0;
             break;
         default: