mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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
Block a user