1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

too verbose

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9939 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-04-19 14:33:38 +00:00
parent b6cd194c3f
commit 6bcef87206

View File

@ -76,7 +76,7 @@ static void draw_slice (void * _sh, uint8_t ** src, unsigned int y){
const mpeg2_info_t * info = mpeg2_info (mpeg2dec);
int stride[3];
printf("draw_slice() y=%d \n",y);
// printf("draw_slice() y=%d \n",y);
stride[0]=mpeg2dec->decoder.stride;
stride[1]=stride[2]=mpeg2dec->decoder.uv_stride;