mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[STRMBASE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
6e4ff4348a
commit
10517de5e6
19 changed files with 195 additions and 53 deletions
18
sdk/lib/3rdparty/strmbase/transform.c
vendored
18
sdk/lib/3rdparty/strmbase/transform.c
vendored
|
@ -18,9 +18,27 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "dshow.h"
|
||||
#include "amvideo.h"
|
||||
#include "strmif.h"
|
||||
#include "vfw.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/strmbase.h"
|
||||
#include "strmbase_private.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(strmbase);
|
||||
|
||||
static const WCHAR wcsInputPinName[] = {'i','n','p','u','t',' ','p','i','n',0};
|
||||
static const WCHAR wcsOutputPinName[] = {'o','u','t','p','u','t',' ','p','i','n',0};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue