Commit cf3a038f authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/matroskaenc: fix ident string

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 175aeab0
...@@ -520,7 +520,7 @@ static int put_flac_codecpriv(AVFormatContext *s, ...@@ -520,7 +520,7 @@ static int put_flac_codecpriv(AVFormatContext *s,
if (write_comment) { if (write_comment) {
const char *vendor = (s->flags & AVFMT_FLAG_BITEXACT) ? const char *vendor = (s->flags & AVFMT_FLAG_BITEXACT) ?
"Libav" : LIBAVFORMAT_IDENT; "Lavf" : LIBAVFORMAT_IDENT;
AVDictionary *dict = NULL; AVDictionary *dict = NULL;
uint8_t buf[32], *data, *p; uint8_t buf[32], *data, *p;
int len; int len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment