|
|
@@ -676,6 +676,15 @@ void ff_intrax8_common_init(IntraX8Context * w, MpegEncContext * const s){ |
|
|
|
ff_init_scantable(s->dsp.idct_permutation, &w->scantable[2], wmv1_scantable[3]); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Destroy IntraX8 frame structure. |
|
|
|
* @param w pointer to IntraX8Context |
|
|
|
*/ |
|
|
|
void ff_intrax8_common_end(IntraX8Context * w) |
|
|
|
{ |
|
|
|
av_freep(&w->prediction_table); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Decode single IntraX8 frame. |
|
|
|
* The parent codec must fill s->loopfilter and s->gb (bitstream). |
|
|
|