Commit 9b1947c7 authored by Eli Friedman's avatar Eli Friedman Committed by Martin Storsjö

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
parent 30bdefd1
......@@ -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;
};
/**
......
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