Skip to content

avdemux: Never return 0 from read function

Sebastian Dröge requested to merge slomo/gstreamer:avdemux-eof into main

Instead return AVERROR_EOF. The read function must never ever return 0 according to the documentation, and in practice this leads to infinite loops.

Fixes #3369 (closed)

Merge request reports