├── .gitignore ├── README.md ├── ffplay.c └── ref └── ffplay.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compilelife/aplayer/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compilelife/aplayer/HEAD/README.md -------------------------------------------------------------------------------- /ffplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compilelife/aplayer/HEAD/ffplay.c -------------------------------------------------------------------------------- /ref/ffplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/compilelife/aplayer/HEAD/ref/ffplay.c --------------------------------------------------------------------------------