Skip to content

rtpjpegdepay: fix logic error when checking if an EOI is present

Tim-Philipp Müller requested to merge tpm/gstreamer:rtpjpegdepay-eoi into main

We wouldn't add the missing EOI marker if the frame ended with either 0xFF NN or 0xNN D9.

Fixes #2407 (closed)

Merge request reports