Revision 6f2c72c1
libavcodec/h264.c | ||
---|---|---|
1559 | 1559 |
* initialize scan tables |
1560 | 1560 |
*/ |
1561 | 1561 |
static void init_scan_tables(H264Context *h){ |
1562 |
MpegEncContext * const s = &h->s; |
|
1563 | 1562 |
int i; |
1564 | 1563 |
if(h->h264dsp.h264_idct_add == ff_h264_idct_add_c){ //FIXME little ugly |
1565 | 1564 |
memcpy(h->zigzag_scan, zigzag_scan, 16*sizeof(uint8_t)); |
Also available in: Unified diff