mirror of https://git.ffmpeg.org/ffmpeg.git
enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3402 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b1114f189d
commit
eab895aae0
|
@ -221,6 +221,12 @@ static PixFmtInfo pix_fmt_info[PIX_FMT_NB] = {
|
||||||
.pixel_type = FF_PIXEL_PALETTE,
|
.pixel_type = FF_PIXEL_PALETTE,
|
||||||
.depth = 8,
|
.depth = 8,
|
||||||
},
|
},
|
||||||
|
[PIX_FMT_XVMC_MPEG2_MC] = {
|
||||||
|
.name = "xvmcmc",
|
||||||
|
},
|
||||||
|
[PIX_FMT_XVMC_MPEG2_IDCT] = {
|
||||||
|
.name = "xvmcidct",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift)
|
void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift)
|
||||||
|
|
Loading…
Reference in New Issue