Skip to content

Commit

Permalink
dshow: silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Dec 30, 2014
1 parent cccab37 commit d820fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavdevice/dshow_capture.h
Expand Up @@ -228,7 +228,7 @@ libAVEnumPins *libAVEnumPins_Create (libAVPin *pin, libAVFilter *filter);
* libAVEnumMediaTypes
****************************************************************************/
struct libAVEnumMediaTypes {
IEnumPinsVtbl *vtbl;
IEnumMediaTypesVtbl *vtbl;
long ref;
int pos;
AM_MEDIA_TYPE type;
Expand Down

0 comments on commit d820fa3

Please sign in to comment.