Update README.md

This commit is contained in:
Jamie Hardt
2020-11-20 11:59:40 -08:00
committed by GitHub
parent 9d02039cd2
commit 91bff66966

View File

@@ -33,6 +33,6 @@ while( frame_reader.read_integer_frame(&mut buffer) > 0) {
## Note on Testing ## Note on Testing
All of the media for the integration tests is committed to the respository All of the media for the integration tests is committed to the respository
in either zipped form or is created by ffmpeg. Before you can run tests, in either zipped form or is created by ffmpeg. Before you can run tests, you will
you need to `cd` into the `tests` directory and run the `create_test_media.sh` need to have ffmpeg installed on your host, and you will need to `cd` into the
script. `tests` directory and run the `create_test_media.sh` script.