fame_encode_slice()
encodes a single slice (part of frame).
Slices are processed from top to bottom of frame. The number of slices to process depends on the slices_per_frame parameter specified during
fame_init
fame_start_frame
should be called before coding the first slice and
fame_end_frame
should be called after coding the last slice.
context
is the context handle previously returned by
fame_open
RETURN VALUE
fame_encode_slice
returns the number of bytes written to the bitstream buffer. If all slices have been coded, zero is returned.