[FFmpeg-soc] BFI

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Mar 25 19:05:34 CET 2008


On Tue, Mar 25, 2008 at 11:00:43PM +0530, Sisir Koppaka wrote:
> Does calling av_new_packet or av_get_packet automatically send over the
> packet to the decoder?

Those functions are only one way to initialize an AVPacket.
If your demuxers read function returns 0, the packet to which your got
the pointer as argument to the read function will be queued (and
somewhen passed on to the decoder).

Greetings,
Reimar Döffinger



More information about the FFmpeg-soc mailing list