[Ffmpeg-devel] [PATCH] VP6 to flv muxing
Michael Niedermayer
michaelni
Thu Jun 8 02:05:17 CEST 2006
Hi
On Thu, Jun 08, 2006 at 01:11:48AM +0200, Benjamin Larsson wrote:
[...]
> -
> - put_be24(pb,size+1); // include flags
> + if (enc->codec_id == CODEC_ID_VP6)
> + put_be24(pb,size+2);
> + else
> + put_be24(pb,size+1); // include flags
> put_be24(pb,pkt->pts);
> put_be32(pb,flv->reserved);
> put_byte(pb,flags);
> + if (enc->codec_id == CODEC_ID_VP6)
> + put_byte(pb,0);
is this really supposed to be part of the muxer layer cant this be part
of the codec layer?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the ffmpeg-devel
mailing list