comparison h264.h @ 11031:b37a53d101c3 libavcodec

Fix svq3_* function declarations. Patch by Rafa¸«³l Carr¸«±, rafael D carre A gmail
author cehoyos
date Wed, 27 Jan 2010 22:22:01 +0000
parents ff5aff85ec10
children 4aa724a692f5
comparison
equal deleted inserted replaced
11030:d36fa8e050a9 11031:b37a53d101c3
579 }H264Context; 579 }H264Context;
580 580
581 581
582 extern const uint8_t ff_h264_chroma_qp[52]; 582 extern const uint8_t ff_h264_chroma_qp[52];
583 583
584 void ff_svq3_luma_dc_dequant_idct_c(DCTELEM *block, int qp);
585
586 void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc);
584 587
585 /** 588 /**
586 * Decode SEI 589 * Decode SEI
587 */ 590 */
588 int ff_h264_decode_sei(H264Context *h); 591 int ff_h264_decode_sei(H264Context *h);