Ticket #1659: iv50.diff
| File iv50.diff, 845 bytes (added by , 16 years ago) |
|---|
-
libmpcodecs/vd_dmo.c
64 64 return 0; 65 65 } 66 66 if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,out_fmt)) return 0; 67 out_fmt=sh->codec->outfmt[sh->outfmtidx]; 67 68 sh->context = ctx = calloc(1, sizeof(*ctx)); 68 69 ctx->decoder = decoder; 69 70 switch(out_fmt){ -
libmpcodecs/vd_dshow.c
81 81 return 0; 82 82 } 83 83 if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,out_fmt)) return 0; 84 out_fmt=sh->codec->outfmt[sh->outfmtidx]; 84 85 switch(out_fmt){ 85 86 case IMGFMT_YUY2: 86 87 case IMGFMT_UYVY:
