mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
30bdefd1de
commit
9b1947c7f2
|
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue