Remove some old experiments.
authorNot Zed <notzed@gmail.com>
Sun, 6 Feb 2022 01:40:56 +0000 (12:10 +1030)
committerNot Zed <notzed@gmail.com>
Sun, 6 Feb 2022 01:40:56 +0000 (12:10 +1030)
src/notzed.ffmpeg/gen/ffmpeg.h

index 9d1868b..1d3a58e 100644 (file)
@@ -1,25 +1,4 @@
 
-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>