comparison loader/dshow/DS_VideoDecoder.h @ 6335:e9bd97d5c5cc

warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Fri, 07 Jun 2002 22:43:29 +0000
parents c00db356082f
children 2c8cdb9123b8
comparison
equal deleted inserted replaced
6334:5becd843ff47 6335:e9bd97d5c5cc
21 //int SetDestFmt(DS_VideoDecoder * this, int bits = 24, fourcc_t csp = 0); 21 //int SetDestFmt(DS_VideoDecoder * this, int bits = 24, fourcc_t csp = 0);
22 int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp); 22 int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *this, int bits, unsigned int csp);
23 int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d); 23 int DS_VideoDecoder_SetDirection(DS_VideoDecoder *this, int d);
24 int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value); 24 int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value);
25 int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value); 25 int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value);
26 int DS_SetAttr_DivX(char* attribute, int value);
26 27
27 28
28 #endif /* AVIFILE_DS_VIDEODECODER_H */ 29 #endif /* AVIFILE_DS_VIDEODECODER_H */