fame_end_frameSection: fame_end_frame (3)Updated: February 19th, 2002 |
fame_end_frameSection: fame_end_frame (3)Updated: February 19th, 2002 |
#include <fame.h> void fame_end_frame(fame_context_t *context, fame_frame_statistics_t *stats);
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.