Commit 44a4fc1b authored by lucabe's avatar lucabe

Fix a warning by removing an useless assignment (buf_ptr should be only

used in the RTP muxer, and not in the demuxer)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10561 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1973414f
......@@ -690,7 +690,6 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
len -= infos->au_headers[0].size;
}
s->read_buf_size = len;
s->buf_ptr = buf;
rv= 0;
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment