comparison libmpcodecs/vd_ffmpeg.c @ 9931:c4f7ffafb559

support old libavcodec
author michael
date Fri, 18 Apr 2003 22:12:36 +0000
parents 420640a0f6d0
children cd76f332bdee
comparison
equal deleted inserted replaced
9930:6e50b9573cfa 9931:c4f7ffafb559
660 660
661 /* to comfirm with newer lavc style */ 661 /* to comfirm with newer lavc style */
662 mpi->qscale =pic->qscale_table; 662 mpi->qscale =pic->qscale_table;
663 mpi->qstride=pic->qstride; 663 mpi->qstride=pic->qstride;
664 mpi->pict_type=pic->pict_type; 664 mpi->pict_type=pic->pict_type;
665 #if LIBAVCODEC_BUILD >= 4664
665 mpi->qscale_type= pic->qscale_type; 666 mpi->qscale_type= pic->qscale_type;
667 #endif
666 668
667 return mpi; 669 return mpi;
668 } 670 }
669 671
670 #endif 672 #endif