From c6cd0e17f33f3f921780866f914abe860f912b8e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 30 Oct 2011 21:30:32 +0100 Subject: Replace vendor string in Ogg and FLAC muxers. --- libavformat/oggenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggenc.c') diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c index 7549b3a0a3..16a14d2708 100644 --- a/libavformat/oggenc.c +++ b/libavformat/oggenc.c @@ -224,7 +224,7 @@ static int ogg_buffer_data(AVFormatContext *s, AVStream *st, static uint8_t *ogg_write_vorbiscomment(int offset, int bitexact, int *header_len, AVDictionary **m, int framing_bit) { - const char *vendor = bitexact ? "ffmpeg" : LIBAVFORMAT_IDENT; + const char *vendor = bitexact ? "Libav" : LIBAVFORMAT_IDENT; int size; uint8_t *p, *p0; unsigned int count; -- cgit v1.2.3