style cleanup - comment spelling + translate some dutch.

This commit is contained in:
2012-03-04 04:35:12 +00:00
parent 4f2976941f
commit f6ae27daef
95 changed files with 137 additions and 147 deletions

View File

@@ -294,7 +294,7 @@ int VideoFFmpeg::openStream(const char *filename, AVInputFormat *inputFormat, AV
/*
* This thread is used to load video frame asynchronously.
* It provides a frame caching service.
* The main thread is responsible for positionning the frame pointer in the
* The main thread is responsible for positioning the frame pointer in the
* file correctly before calling startCache() which starts this thread.
* The cache is organized in two layers: 1) a cache of 20-30 undecoded packets to keep
* memory and CPU low 2) a cache of 5 decoded frames.