[FFmpeg-devel] [PATCH] ismindex: handle discontinuous streams better

Mika Raento mikie at iki.fi
Wed Oct 8 08:37:23 CEST 2014


For better or worse, ismindex doesn't use av_log anywhere, I'm
following the existing style in the file. Changing the whole file
should be a separate patch?

    Mika

On 8 October 2014 09:33, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Mika Raento <mikie <at> iki.fi> writes:
>
>> +            fprintf(stderr, "negative sample duration %d\n", sample_duration);
>
> fprintf (& friends) are not allowed, please use
> av_log().
>
> Note to others: Why did we remove the defines?
>
> Carl Eugen
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list