[FFmpeg-devel] [PATCH] fftools/ffmpeg: check sseof value and clash with ss

Morten With morten.with at gmail.com
Thu Jun 28 23:28:17 EEST 2018


Hi, currently on the -toeof patch, and while working on it I noticed that
maybe

>av_log(NULL, AV_LOG_WARNING, "-sseof value seeks to before start of file
%s; ignored\n", filename);

should be an AV_LOG_ERROR and an exit_program(1) afterwards. The warning is
very high up and on a file with lots of info you will probably miss it and
wonder what's going on. Throwing an error will instantly clear it up.

Thoughts?

Regards,
Morten

2018-06-26 6:21 GMT+02:00 Gyan Doshi <gyandoshi at gmail.com>:

>
>
> On 25-06-2018 10:07 AM, Gyan Doshi wrote:
>
>
>> Revised. Will push soon.
>>
>> Thanks,
>> Gyan
>>
>
> Pushed in a0ac49e38ee1d1011c394d7be67d0f08b2281526
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list