changeset 2850:082a99e44795 libavformat

typo ;)
author ivo
date Fri, 21 Dec 2007 00:22:40 +0000
parents 0182bdddc45e
children 979a885a7686
files avformat.h avio.h
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Thu Dec 20 22:33:53 2007 +0000
+++ b/avformat.h	Fri Dec 21 00:22:40 2007 +0000
@@ -272,7 +272,7 @@
 /**
  * Stream structure.
  * New fields can be added to the end with minor version bumps.
- * Removial, reordering and changes to existing fields require a Major
+ * Removal, reordering and changes to existing fields require a Major
  * version bump.
  * sizeof(AVStream) must not be used outside libav*
  */
@@ -353,7 +353,7 @@
 /**
  *
  * New fields can be added to the end with minor version bumps.
- * Removial, reordering and changes to existing fields require a Major
+ * Removal, reordering and changes to existing fields require a Major
  * version bump.
  * sizeof(AVProgram) must not be used outside libav*
  */
@@ -375,7 +375,7 @@
 /**
  * format I/O context.
  * New fields can be added to the end with minor version bumps.
- * Removial, reordering and changes to existing fields require a Major
+ * Removal, reordering and changes to existing fields require a Major
  * version bump.
  * sizeof(AVFormatContext) must not be used outside libav*
  */
--- a/avio.h	Thu Dec 20 22:33:53 2007 +0000
+++ b/avio.h	Fri Dec 21 00:22:40 2007 +0000
@@ -32,7 +32,7 @@
 /**
  * URL Context.
  * New fields can be added to the end with minor version bumps.
- * Removial, reordering and changes to existing fields require a Major
+ * Removal, reordering and changes to existing fields require a Major
  * version bump.
  * sizeof(URLContext) must not be used outside libav*
  */
@@ -145,7 +145,7 @@
 /**
  * Bytestream IO Context.
  * New fields can be added to the end with minor version bumps.
- * Removial, reordering and changes to existing fields require a Major
+ * Removal, reordering and changes to existing fields require a Major
  * version bump.
  * sizeof(ByteIOContext) must not be used outside libav*
  */