[FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support

Denis Shulyaka shulyaka at gmail.com
Sun Apr 11 13:21:28 EEST 2021


Hi Carl,

Thanks for the review.

сб, 10 апр. 2021 г. в 18:05, Carl Eugen Hoyos <ceffmpeg at gmail.com>:

> Please use "&" instead of "%".
>

 Fixed

Please remove this line.
>

Fixed

See above.
>

Fixed

Please remove this line or the default branch above.
>

Fixed. It was there as a safety feature in case someone adds a new
condition to the switch which wouldn't return.

Is this an unrelated fix?
>

Yes, you are right, will submit as a separate patch.

> +    if (!pkt_size)
> > +        return AVERROR_BUG;
>
> This looks wrong or do I miss something?
>

This is also just for safety to verify that future modifications of
spdif_read_burst_payload_length() work correctly. Should I remove it?

-- 
Best regards,
Denis Shulyaka


More information about the ffmpeg-devel mailing list