On 2023-02-03 02:02 pm, Marton Balint wrote:


Any av_interleaved_write_frame() negative return value is an error, ffmpeg should abort. It seems that there is a clash of error codes in sync_queue_process which returns AVERROR_EOF to signal sq_send EOF return, but that clashes with the AVERROR_EOF of av_interleaved_write_frame(), so the error condition is lost.

New patch sent.

Note that the behaviour since 2d924b3a630 is to terminate only that muxer's thread, which I haven't changed. I think this is preferable to runtime abortion.

Regards,
Gyan

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to