mirror of
https://github.com/nu774/fdkaac.git
synced 2025-06-05 23:29:14 +02:00
fix return type of put_type_entry() to void
This commit is contained in:
@ -470,7 +470,7 @@ END:
|
||||
}
|
||||
|
||||
static
|
||||
int put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
|
||||
void put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
|
||||
{
|
||||
unsigned m, n = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user