av/codec/codecutil
Saxon Milton d519f50fe5 Return from Noop lex routine
In the Noop lexer we start a routine that's responsible for output
of the written frames at a consistent rate (to make certain
destinations happy i.e. youtube). We weren't however returning
from this in the case that the lexing function is returned, we'd
therefore then be left with a hanging routine (this would
eventually keep happening until stack overflow if had long enough
runtime for the service; not a big deal for systemd services, but
still crappy). So, now we create a context which is cancelled when
when the lex function returns and can detect this in the output
routine.

Approved-by: Alan Noble
2024-04-07 11:47:31 +00:00
..
bytescanner.go providing install_soft build target 2022-06-01 14:06:59 +09:30
bytescanner_test.go providing install_soft build target 2022-06-01 14:06:59 +09:30
lex.go Return from Noop lex routine 2024-04-07 11:47:31 +00:00
lex_test.go providing install_soft build target 2022-06-01 14:06:59 +09:30
list.go vidforward & codecutil & mts & device & revid: improved Noop lexer code using ring buffer structure and improved overall commenting and code 2022-09-21 16:47:58 +09:30