fix some signedness warnings

Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2006-09-27 19:47:39 +00:00
parent d80f243ae9
commit 191e8ca752
30 changed files with 63 additions and 59 deletions

View File

@@ -495,7 +495,7 @@ int rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
len -= infos->au_headers[0].size;
}
s->read_buf_size = len;
s->buf_ptr = (char *)buf;
s->buf_ptr = buf;
pkt->stream_index = s->st->index;
return 0;
default: