comparison libmpcodecs/vd_svq1.c @ 8026:b465ba5897a3

usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
author arpi
date Fri, 01 Nov 2002 16:40:15 +0000
parents 28677d779205
children
comparison
equal deleted inserted replaced
8025:e6cadb79f668 8026:b465ba5897a3
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 3
4 #include "config.h" 4 #include "config.h"
5 #ifdef USE_SVQ1
6
5 #include "mp_msg.h" 7 #include "mp_msg.h"
6 8
7 #include "vd_internal.h" 9 #include "vd_internal.h"
8 10
9 static vd_info_t info = { 11 static vd_info_t info = {
83 mpi->stride[1]=mpi->stride[2]=svq1->chroma_width; 85 mpi->stride[1]=mpi->stride[2]=svq1->chroma_width;
84 86
85 return mpi; 87 return mpi;
86 } 88 }
87 89
90 #endif