mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 09:52:20 +08:00
Add and use ff_pixfmt_list_420.
Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -708,6 +708,8 @@ void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][6
|
||||
void ff_init_block_index(MpegEncContext *s);
|
||||
void ff_copy_picture(Picture *dst, Picture *src);
|
||||
|
||||
extern const enum PixelFormat ff_pixfmt_list_420[];
|
||||
|
||||
static inline void ff_update_block_index(MpegEncContext *s){
|
||||
const int block_size= 8>>s->avctx->lowres;
|
||||
|
||||
|
Reference in New Issue
Block a user