Mercurial > libavcodec.hg
comparison avcodec.h @ 7826:ddbb45888e46 libavcodec
Remove DEFAULT_FRAME_RATE_BASE.
| author | michael |
|---|---|
| date | Mon, 08 Sep 2008 15:28:07 +0000 |
| parents | 8d5e06d2eed8 |
| children | 8195c970d077 |
comparison
equal
deleted
inserted
replaced
| 7825:8d5e06d2eed8 | 7826:ddbb45888e46 |
|---|---|
| 796 */ | 796 */ |
| 797 typedef struct AVFrame { | 797 typedef struct AVFrame { |
| 798 FF_COMMON_FRAME | 798 FF_COMMON_FRAME |
| 799 } AVFrame; | 799 } AVFrame; |
| 800 | 800 |
| 801 #define DEFAULT_FRAME_RATE_BASE 1001000 | |
| 802 | |
| 803 /** | 801 /** |
| 804 * main external API structure. | 802 * main external API structure. |
| 805 * New fields can be added to the end with minor version bumps. | 803 * New fields can be added to the end with minor version bumps. |
| 806 * Removal, reordering and changes to existing fields require a major | 804 * Removal, reordering and changes to existing fields require a major |
| 807 * version bump. | 805 * version bump. |
