On Mon, Apr 13, 2015 at 07:35:54PM +0200, wm4 wrote:
> --- a/libavcodec/mpeg4videodec.c
> +++ b/libavcodec/mpeg4videodec.c
> @@ -2097,8 +2097,6 @@ static int decode_vop_header(Mpeg4DecContext *ctx,
> GetBitContext *gb)
>
> if (ctx->time_increment_bits == 0 ||
> !(show_bits(gb, ctx->time_increment_bits + 1) & 1)) {
> - av_log(s->avctx, AV_LOG_ERROR,
> - "hmm, seems the headers are not complete, trying to guess
> time_increment_bits\n");
I'd convert this to
/* Headers seem incomplete; try to guess time_increment_bits. */
and push later.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel