Skip to content

Instantly share code, notes, and snippets.

View zachjacobs's full-sized avatar

Zach Jacobs zachjacobs

  • Lexington, KY
View GitHub Profile
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <dirent.h>
#include <sys/stat.h>
#include <assert.h>
#include <errno.h>
#include <libavformat/avformat.h>