summaryrefslogtreecommitdiff
path: root/src/video_decode.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-14video_decode.h: Add header guardsBenjamin Franzke1-0/+5
2012-11-13Add very simple abstraction [video_decode.c] of libavBenjamin Franzke1-0/+19
..and an example program using it: frame_to_pgm.