[FFmpeg-cvslog] r11287 - in trunk: libavcodec/avcodec.h libavformat/avformat.h libavformat/avio.h
ivo
subversion
Fri Dec 21 01:22:40 CET 2007
Author: ivo
Date: Fri Dec 21 01:22:40 2007
New Revision: 11287
Log:
typo ;)
Modified:
trunk/libavcodec/avcodec.h
trunk/libavformat/avformat.h
trunk/libavformat/avio.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Fri Dec 21 01:22:40 2007
@@ -747,7 +747,7 @@ typedef struct AVPanScan{
* Audio Video Frame.
* New fields can be added to the end of FF_COMMON_FRAME 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. No fields should be added into AVFrame before or after
* FF_COMMON_FRAME!
* sizeof(AVFrame) must not be used outside libav*
@@ -761,7 +761,7 @@ typedef struct AVFrame {
/**
* main external API 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(AVCodecContext) must not be used outside libav*
*/
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Fri Dec 21 01:22:40 2007
@@ -272,7 +272,7 @@ typedef struct AVIndexEntry {
/**
* 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 @@ typedef struct AVStream {
/**
*
* 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 @@ typedef struct AVProgram {
/**
* 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*
*/
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h (original)
+++ trunk/libavformat/avio.h Fri Dec 21 01:22:40 2007
@@ -32,7 +32,7 @@ typedef int64_t offset_t;
/**
* 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 @@ int register_protocol(URLProtocol *proto
/**
* 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*
*/
More information about the ffmpeg-cvslog
mailing list