mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 12:22:09 +00:00
avformat/matroskaenc: fix ident string
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
175aeab0b4
commit
cf3a038f50
@ -520,7 +520,7 @@ static int put_flac_codecpriv(AVFormatContext *s,
|
||||
|
||||
if (write_comment) {
|
||||
const char *vendor = (s->flags & AVFMT_FLAG_BITEXACT) ?
|
||||
"Libav" : LIBAVFORMAT_IDENT;
|
||||
"Lavf" : LIBAVFORMAT_IDENT;
|
||||
AVDictionary *dict = NULL;
|
||||
uint8_t buf[32], *data, *p;
|
||||
int len;
|
||||
|
Loading…
Reference in New Issue
Block a user