why isn't xvid_dec_frame_t::bitstream const?
Igor R <[email protected]> Wed, 2 Sep 2009 15:37:32 +0300
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, xvid_dec_frame_t::bitstream field is defined as (void *). Why isn't it (const void *)? Does xvid_decore() write to the "bitstream" buffer? Thanks.