Log in

View Full Version : dd_v bits 27, 28 and 29


NiTroGen
5th December 2002, 17:17
I found this code in codec.h:
#define NNSTATS_SKIPFRAME (1<<29)
#define NNSTATS_PADFRAME (1<<28)
#define NNSTATS_DELAYFRAME (1<<27)
What exactly are these frame types? Are they present only with B-frames enabled?
And what is the normal value of dd_v? Koepi said something about storage, but I didn't understand it.

zulu
5th December 2002, 17:56
/me is interested in this info, too :D