Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcu overflow (2) #8

Open
vyacheslavs opened this issue Jan 10, 2022 · 1 comment
Open

lcu overflow (2) #8

vyacheslavs opened this issue Jan 10, 2022 · 1 comment

Comments

@vyacheslavs
Copy link

vyacheslavs commented Jan 10, 2022

Hello. Encoder outputs periodically
[EndEncoding] encoder: lcu overflow (2)

Could you please explain what's wrong?

From the source code:

enum
{
  /*! The decoder had to conceal some errors in the stream */
  AL_WARN_CONCEAL_DETECT = AL_DEF_WARNING(1),
  /*! Some LCU exceed the maximum allowed bits in the stream */
  AL_WARN_LCU_OVERFLOW = AL_DEF_WARNING(2)
};
@TypeKazt
Copy link

TypeKazt commented Jan 23, 2023

Doesn't seem catastrophic, looks like a constant bit-rate couldn't be kept from the encoder when generating an h.26x frame.

Also please comment/like my question for viability!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants