changeset 2179:34eaf41657d5 libavcodec

enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
author michael
date Thu, 19 Aug 2004 10:55:48 +0000
parents f140ada1f755
children 7524cda1604e
files imgconvert.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/imgconvert.c	Wed Aug 18 22:10:39 2004 +0000
+++ b/imgconvert.c	Thu Aug 19 10:55:48 2004 +0000
@@ -221,6 +221,12 @@
         .pixel_type = FF_PIXEL_PALETTE,
         .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)