Fix implicit cast warning

Patch by Eli Friedman, eli dot friedman at gmail

Originally committed as revision 23817 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Eli Friedman 2010-06-27 09:07:35 +00:00 committed by Martin Storsjö
parent 30bdefd1de
commit 9b1947c7f2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static int asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index,
struct PayloadContext {
ByteIOContext *pktbuf, pb;
char *buf;
uint8_t *buf;
};
/**