Problem in decoder_create ??????????
"Amit Bhushan" <[email protected]>
| Newsgroups | gmane.comp.video.xvid.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Thanks for the reply in advance.
1.> dec->edged_width = 16 * dec->mb_width + 2 * EDGE_SIZE;
dec->edged_height = 16 * dec->mb_height + 2 * EDGE_SIZE;
where EDGE_SIZE = 32;
why are you calculating this value ????
regards
Amit Bhushan.