[FFmpeg-soc] BFI
Michael Niedermayer
michaelni at gmx.at
Fri Mar 21 12:38:46 CET 2008
On Fri, Mar 21, 2008 at 01:02:29PM +0530, Sisir Koppaka wrote:
> In the typedef struct definition of AVCodec in libavcodec/avcodec.h:
> 1) what does int capabilities; stand for
Codec capabilities
> and what is it supposed to contain?
CODEC_CAP_*
> 2) Is it compulsory to assign some value to the PixelFormat variable or can
> we leave it since we have already assigned a PIX_FMT_XYZ in the demuxer?
It is compulsory.
> 3) What is the void (*flush)(AVCodecContext *)?
It tells the codec to flush its buffer if it does contain any, this
is used for seeking.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080321/c3556c18/attachment.pgp>
More information about the FFmpeg-soc
mailing list