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.
#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.