This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// tutorial05.c | |
// A pedagogical video player that really works! | |
// | |
// Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, | |
// and a tutorial by Martin Bohme ([email protected]) | |
// Tested on Gentoo, CVS version 5/01/07 compiled with GCC 4.1.1 | |
// With updates from https://github.com/chelyaev/ffmpeg-tutorial | |
// Updates tested on: | |
// LAVC 54.59.100, LAVF 54.29.104, LSWS 2.1.101, SDL 1.2.15 | |
// on GCC 4.7.2 in Debian February 2015 |