Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
[mplayer/glamo.git] / mpbswap.h
blob03ef0c387bb7b11d073066ecda06be2fdb71b9a7
1 #ifndef MPLAYER_MPBSWAP_H
2 #define MPLAYER_MPBSWAP_H
4 #include <sys/types.h>
5 #include "config.h"
6 #include "libavutil/bswap.h"
8 #ifndef HAVE_SWAB
9 void swab(const void *from, void *to, ssize_t n);
10 #endif
12 #endif /* MPLAYER_MPBSWAP_H */