Hi
On Wed, Aug 15, 2007 at 04:49:09PM +0200, Marco Gerards wrote:
> Diego Biurrun <[EMAIL PROTECTED]> writes:
>
> > On Wed, Aug 15, 2007 at 04:03:59PM +0200, marco wrote:
> >>
> >> Log:
> >> basic code for the encoder
> >>
> >> --- dirac/ffmpeg.diff (original)
> >> +++ dirac/ffmpeg.diff Wed Aug 15 16:03:59 2007
> >> @@ -2937,14 +2958,14 @@ AVCodec dirac_decoder = {
> >>
> >> +#ifdef CONFIG_ENCODERS
> >> +AVCodec dirac_encoder = {
> >> + "dirac",
> >> + CODEC_TYPE_VIDEO,
> >> + CODEC_ID_DIRAC,
> >> + sizeof(DiracContext),
> >> + encode_init,
> >> + encode_frame,
> >> + encode_end,
> >> +};
> >> +#endif
> >
> > The #ifdefs remind me: Please split the encoder off into a separate
> > file.
>
> Would you mind if I waited a bit with this? Because I am not familiar
> with encoders (and thus do not know which code can be shared), I do
> not actually know what should be split off. So personally I rather
> wait a bit instead of moving functions back and forth.ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democracies degenerate into despotisms. -- Aristotle
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
