Ignore:
Timestamp:
Aug 31, 2012 9:30:14 AM (12 years ago)
Author:
ming
Message:

Re #1562: Add support for I420 format in DShow video device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-videodev/dshow_dev.c

    r3953 r4241  
    3434#define COBJMACROS 
    3535#include <DShow.h> 
     36#include <wmsdkidl.h> 
    3637 
    3738#ifdef _MSC_VER 
     
    7374    {PJMEDIA_FORMAT_RGB32, &MEDIASUBTYPE_RGB32} , 
    7475    {PJMEDIA_FORMAT_IYUV, &MEDIASUBTYPE_IYUV} , 
     76    {PJMEDIA_FORMAT_I420, &WMMEDIASUBTYPE_I420} 
    7577}; 
    7678 
Note: See TracChangeset for help on using the changeset viewer.