Commit 82977268 authored by michael's avatar michael

enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by...

enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3402 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent df88f39b
...@@ -221,6 +221,12 @@ static PixFmtInfo pix_fmt_info[PIX_FMT_NB] = { ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment