[FFmpeg-devel] [PATCH 13/17] avformat/evcdec: simplify probe function
James Almer
jamrial at gmail.com
Mon Jun 19 23:42:49 EEST 2023
On 6/19/2023 5:29 PM, Michael Niedermayer wrote:
> On Sun, Jun 18, 2023 at 08:43:28PM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavformat/evcdec.c | 29 +++++++----------------------
>> 1 file changed, 7 insertions(+), 22 deletions(-)
>
> This or the previous might cause "Invalid NAL unit header" noise
> from tools/probetest 256 4096
> (not 100% sure as some patches didnt apply so maybe my tree was
> broken) just reporting (please ignore if it doesnt reproduce)
>
> thx
It was patch 11/17. Forgot to add a logctx in evc_get_nalu_type().
Fixed locally.
More information about the ffmpeg-devel
mailing list