man fame_end_frame (Fonctions bibliothèques) - ends encoding of a frame

NAME

fame_end_frame - ends encoding of a frame

SYNOPSIS

#include <fame.h>

void fame_end_frame(fame_context_t *context, fame_frame_statistics_t *stats);

DESCRIPTION

fame_end_frame() ends the encoding of an uncompressed frame, after slices have been processed, and optionnaly return statistics on the encoding of this frame.

It should be called after slices have been processed by fame_encode_slice

context is the context handle previously returned by fame_open

stats is a pointer to frame encoding statistics. The statistics returned include frame number, coding mode (I,P or B) for the frame, expected bits, actual bits used, spatial activity, and quantizer scale. If this pointer is NULL, nothing is returned.

SEE ALSO