Mercurial > libavcodec.hg
comparison avcodec.h @ 6050:aeea94d21156 libavcodec
typo ;)
author | ivo |
---|---|
date | Fri, 21 Dec 2007 00:22:40 +0000 |
parents | 7fb5a3652990 |
children | bc22d052c6e5 |
comparison
equal
deleted
inserted
replaced
6049:7fb5a3652990 | 6050:aeea94d21156 |
---|---|
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 * Removial, 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 { |
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 * Removial, 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 /** |