Commit 52290d4d authored by ivo's avatar ivo

typo ;)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11287 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 72d2a823
...@@ -747,7 +747,7 @@ typedef struct AVPanScan{ ...@@ -747,7 +747,7 @@ typedef struct AVPanScan{
* Audio Video Frame. * Audio Video Frame.
* New fields can be added to the end of FF_COMMON_FRAME with minor version * New fields can be added to the end of FF_COMMON_FRAME with minor version
* bumps. * 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 * version bump. No fields should be added into AVFrame before or after
* FF_COMMON_FRAME! * FF_COMMON_FRAME!
* sizeof(AVFrame) must not be used outside libav* * sizeof(AVFrame) must not be used outside libav*
...@@ -761,7 +761,7 @@ typedef struct AVFrame { ...@@ -761,7 +761,7 @@ typedef struct AVFrame {
/** /**
* main external API structure. * main external API structure.
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(AVCodecContext) must not be used outside libav* * sizeof(AVCodecContext) must not be used outside libav*
*/ */
......
...@@ -272,7 +272,7 @@ typedef struct AVIndexEntry { ...@@ -272,7 +272,7 @@ typedef struct AVIndexEntry {
/** /**
* Stream structure. * Stream structure.
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(AVStream) must not be used outside libav* * sizeof(AVStream) must not be used outside libav*
*/ */
...@@ -353,7 +353,7 @@ typedef struct AVStream { ...@@ -353,7 +353,7 @@ typedef struct AVStream {
/** /**
* *
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(AVProgram) must not be used outside libav* * sizeof(AVProgram) must not be used outside libav*
*/ */
...@@ -375,7 +375,7 @@ typedef struct AVProgram { ...@@ -375,7 +375,7 @@ typedef struct AVProgram {
/** /**
* format I/O context. * format I/O context.
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(AVFormatContext) must not be used outside libav* * sizeof(AVFormatContext) must not be used outside libav*
*/ */
......
...@@ -32,7 +32,7 @@ typedef int64_t offset_t; ...@@ -32,7 +32,7 @@ typedef int64_t offset_t;
/** /**
* URL Context. * URL Context.
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(URLContext) must not be used outside libav* * sizeof(URLContext) must not be used outside libav*
*/ */
...@@ -145,7 +145,7 @@ int register_protocol(URLProtocol *protocol); ...@@ -145,7 +145,7 @@ int register_protocol(URLProtocol *protocol);
/** /**
* Bytestream IO Context. * Bytestream IO Context.
* New fields can be added to the end with minor version bumps. * 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. * version bump.
* sizeof(ByteIOContext) must not be used outside libav* * sizeof(ByteIOContext) must not be used outside libav*
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment