[FFmpeg-devel] matroskadec: support S_TEXT/WEBVTT
Leo Izen
leo.izen at gmail.com
Mon Dec 23 16:45:15 EET 2024
On 12/19/24 3:59 AM, Wang Bin wrote:
> based on Hendrik Leppkes's fork
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
This patch has a big web of gotos. This can get very confusing. Is there
any way to change it so there's if blocks or other static functions to
call? Gotos should be used very sparingly and mostly to goto the end of
a block where cleanup happens.
- Leo Izen (Traneptora)
More information about the ffmpeg-devel
mailing list