Xilinx / vcu-ctrl-sw

Other
38 stars 30 forks source link

lcu overflow (2) #8

Open vyacheslavs opened 2 years ago

vyacheslavs commented 2 years ago

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 commented 1 year ago

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!