On Sun, Oct 30, 2011 at 05:15:45AM -0400, Justin Ruggles wrote:
> It is a lossy codec with varying quantization, so bits_per_coded_sample is
> not applicable.
> ---
> libavformat/vqf.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/vqf.c b/libavformat/vqf.c
> index 71dc1ae..4650a0b 100644
> --- a/libavformat/vqf.c
> +++ b/libavformat/vqf.c
> @@ -106,7 +106,6 @@ static int vqf_read_header(AVFormatContext *s,
> AVFormatParameters *ap)
> avio_skip(s->pb, len-12);
>
> st->codec->bit_rate = read_bitrate*1000;
> - st->codec->bits_per_coded_sample = 16;
> break;
> case MKTAG('N','A','M','E'):
> add_metadata(s, "title" , len, header_size);
> --
LGTM
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel