avformat/matroskaenc: fix ident string

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/72/merge
Michael Niedermayer 11 years ago
parent 175aeab0b4
commit cf3a038f50
  1. 2
      libavformat/matroskaenc.c

@ -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…
Cancel
Save