[vlc-devel] [PATCH 1/1] codec/dirac: Rewrite libdirac(-research) encoding support
David Flynn
davidf+nntp at woaf.net
Tue Nov 11 00:28:39 CET 2008
On 2008-11-10, davidf+nntp at woaf.net <davidf+nntp at woaf.net> wrote:
> /****************************************************************************
> * Encode: the whole thing
> ****************************************************************************
> - * This function spits out ogg packets.
> + * This function spits out encapsulation units.
> ****************************************************************************/
> static block_t *Encode( encoder_t *p_enc, picture_t *p_pic )
> {
How does one know when the input has ended? (in order to flush the
encoder and tidy up any housekeeping?
Is it something like p_pic being NULL?
..david
More information about the vlc-devel
mailing list