Page 1 of 1

Block Flags

Posted: 17 May 2010 18:56
by sharo
Hi All,

I'm building custom video functionality and I need to utilize the BLOCK_FLAG_END_OF_FRAME flag within modules/mux/ts.c

I believe I need to set this flag in advance in modules/packetizer/mpeg4video.c - I see that this is where the BLOCK_FLAG_TYPE_I gets set for example...

Does this make sense ?

Re: Block Flags

Posted: 17 May 2010 20:11
by RĂ©mi Denis-Courmont
Normally, that flag would be set by the demuxer. It's only used by H.261 at the moment.