shithub: h264bsd

Download patch

ref: 56782172bd590df0ddbbe49926fd10761383248b
parent: 82f78dd71211b2cbce2e48ca776959fbf8e74736
author: Sam Leitch <sam.leitch@calgaryscientific.com>
date: Tue May 6 06:08:47 EDT 2014

Fixing english

--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
 
 ## Implementation Notes
 
-Currently, the process of decoding data modifies the data. This has tripped me a a few times in the past, so others should be aware of it.
+Currently, the process of decoding modifies the input data. This has tripped me a few times in the past so others should be aware of it.
 
-The decoder only works nicely if it has a single consistent stream to deal with. If you want to change the width/height or restart the stream with a new access unit delimiter, it's better to shutdown and recreate a new decoder.
+The decoder only works nicely if it has a single consistent stream to deal with. If you want to change the width/height or restart the stream with a new access unit delimiter, it's better to shutdown and init a new decoder.
 
 ## Directories