Mercurial > libavcodec.hg
comparison avcodec.h @ 6055:bc22d052c6e5 libavcodec
comment typo fixes
| author | diego |
|---|---|
| date | Fri, 21 Dec 2007 11:50:18 +0000 |
| parents | aeea94d21156 |
| children | 60d30d88cf71 |
comparison
equal
deleted
inserted
replaced
| 6054:de71ee8112f4 | 6055:bc22d052c6e5 |
|---|---|
| 745 | 745 |
| 746 /** | 746 /** |
| 747 * Audio Video Frame. | 747 * Audio Video Frame. |
| 748 * New fields can be added to the end of FF_COMMON_FRAME with minor version | 748 * New fields can be added to the end of FF_COMMON_FRAME with minor version |
| 749 * bumps. | 749 * bumps. |
| 750 * Removal, reordering and changes to existing fields require a Major | 750 * Removal, reordering and changes to existing fields require a major |
| 751 * version bump. No fields should be added into AVFrame before or after | 751 * version bump. No fields should be added into AVFrame before or after |
| 752 * FF_COMMON_FRAME! | 752 * FF_COMMON_FRAME! |
| 753 * sizeof(AVFrame) must not be used outside libav* | 753 * sizeof(AVFrame) must not be used outside libav*. |
| 754 */ | 754 */ |
| 755 typedef struct AVFrame { | 755 typedef struct AVFrame { |
| 756 FF_COMMON_FRAME | 756 FF_COMMON_FRAME |
| 757 } AVFrame; | 757 } AVFrame; |
| 758 | 758 |
| 759 #define DEFAULT_FRAME_RATE_BASE 1001000 | 759 #define DEFAULT_FRAME_RATE_BASE 1001000 |
| 760 | 760 |
| 761 /** | 761 /** |
| 762 * main external API structure. | 762 * main external API structure. |
| 763 * New fields can be added to the end with minor version bumps. | 763 * New fields can be added to the end with minor version bumps. |
| 764 * Removal, reordering and changes to existing fields require a Major | 764 * Removal, reordering and changes to existing fields require a major |
| 765 * version bump. | 765 * version bump. |
| 766 * sizeof(AVCodecContext) must not be used outside libav* | 766 * sizeof(AVCodecContext) must not be used outside libav*. |
| 767 */ | 767 */ |
| 768 typedef struct AVCodecContext { | 768 typedef struct AVCodecContext { |
| 769 /** | 769 /** |
| 770 * information on struct for av_log | 770 * information on struct for av_log |
| 771 * - set by avcodec_alloc_context | 771 * - set by avcodec_alloc_context |
