[Mp4-tech] help me about mb_in_video_packet
Albert Lee
lbrtlee gmail.com
Tue Jan 15 16:29:52 EST 2008
In 6.2.5.3, data_partitioned_i_vop has some notes.
Note 1 says that mb_in_video_packet is the number of mbs in a video packet
except stuffing mbs.
So I think that you can get mb_in_video_packet like this;
data_partitioned_in_vop() {
int mb_in_video_packet = 0;
do {
...
if (derived_mb_type != "stuffing")
mb_in_video_packet++;
...
} while (next_bits() != dc_marker)
And this can be used also to get mb_in_video_packet at
data_partitioned_p_vop.
Albert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/mp4-tech/attachments/20080115/cdcf0ed4/attachment.html
More information about the Mp4-tech
mailing list