-struct bob {
- int jane[4][4];
- int a, b;
-};
-
-struct ZFoo {
- char *p;
- int q:5;
- unsigned int r:3;
- int *a;
- unsigned int *b;
- float **c;
- double **d;
- struct bob *x;
- struct bob **y;
-
-
- struct bob z[2];
-};
-
-
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>