diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-12-21 00:22:40 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-12-21 00:22:40 +0000 |
commit | 91fd7398f4c9802b9c7188fc908a8f31acef5932 (patch) | |
tree | 4f52084ed2cc66044e195e65affdc05723c8471a /libavcodec/avcodec.h | |
parent | 1308f2733dc59cbe488e21984f8c062dda745af9 (diff) | |
download | ffmpeg-91fd7398f4c9802b9c7188fc908a8f31acef5932.tar.gz |
typo ;)
Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d7e81bf55c..6195fc52b8 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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* */ |