avformat/isom: make parameters used for loging a pointer to void
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
4c0372281b
commit
9d095f127a
2 changed files with 11 additions and 11 deletions
|
|
@ -363,8 +363,8 @@ typedef struct MOVContext {
|
|||
} MOVContext;
|
||||
|
||||
int ff_mp4_read_descr_len(AVIOContext *pb);
|
||||
int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
|
||||
int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
|
||||
int ff_mp4_read_descr(void *logctx, AVIOContext *pb, int *tag);
|
||||
int ff_mp4_read_dec_config_descr(void *logctx, AVStream *st, AVIOContext *pb);
|
||||
void ff_mp4_parse_es_descr(AVIOContext *pb, int *es_id);
|
||||
|
||||
#define MP4ODescrTag 0x01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue