On 10/30/2011 05:10 PM, Diego Biurrun wrote:
> ---
> libavformat/flacenc.c | 2 +-
> libavformat/oggenc.c | 2 +-
> tests/ref/acodec/flac | 4 ++--
> tests/ref/lavf/ogg | 4 ++--
> tests/ref/seek/flac_flac | 46
> +++++++++++++++++++++++-----------------------
> 5 files changed, 29 insertions(+), 29 deletions(-)
>
> diff --git a/libavformat/flacenc.c b/libavformat/flacenc.c
> index 00e8900..725dc71 100644
> --- a/libavformat/flacenc.c
> +++ b/libavformat/flacenc.c
> @@ -41,7 +41,7 @@ static int flac_write_block_padding(AVIOContext *pb,
> unsigned int n_padding_byte
> static int flac_write_block_comment(AVIOContext *pb, AVDictionary **m,
> int last_block, int bitexact)
> {
> - const char *vendor = bitexact ? "ffmpeg" : LIBAVFORMAT_IDENT;
> + const char *vendor = bitexact ? "Libav" : LIBAVFORMAT_IDENT;
> unsigned int len, count;
> uint8_t *p, *p0;
>
> diff --git a/libavformat/oggenc.c b/libavformat/oggenc.c
> index 7549b3a..16a14d2 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;
looks good.
-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel