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:

committed by
Martin Storsjö

parent
30bdefd1de
commit
9b1947c7f2
@@ -143,7 +143,7 @@ static int asfrtp_parse_sdp_line(AVFormatContext *s, int stream_index,
|
|||||||
|
|
||||||
struct PayloadContext {
|
struct PayloadContext {
|
||||||
ByteIOContext *pktbuf, pb;
|
ByteIOContext *pktbuf, pb;
|
||||||
char *buf;
|
uint8_t *buf;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user