Currently using -rawvideo on:w=720:h=480:format=hm12 to watch Hauppauge macroblock video results in a garbled picture since the hm12 option is mapped to the wrong define. MPlayer plays the video fine after this patch is applied. -- John Wehle ------------------8<------------------------8<------------------------ --- m_option.c.ORIGINAL Fri Nov 7 19:26:24 2003 +++ m_option.c Fri Dec 26 01:34:19 2003 @@ -931,7 +931,7 @@ {"i420", IMGFMT_I420}, {"iyuv", IMGFMT_IYUV}, {"clpl", IMGFMT_CLPL}, - {"hm12", IMGFMT_NV12}, + {"hm12", IMGFMT_HM12}, {"y800", IMGFMT_Y800}, {"y8", IMGFMT_Y8}, {"nv12", IMGFMT_NV12}, ------------------------------------------------------------------------- | Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com | | John Wehle | Fax: 1-215-540-5495 | | -------------------------------------------------------------------------