Mercurial > libavcodec.hg
comparison mpeg4data.h @ 355:ac6fc4c7aecb libavcodec
- H263 PAR support by Alex Beregszaszi.
- Typo fix in mpeg4data.
| author | pulento |
|---|---|
| date | Fri, 03 May 2002 18:11:23 +0000 |
| parents | c56b45669214 |
| children | e573f907734d |
comparison
equal
deleted
inserted
replaced
| 354:167aa21aa250 | 355:ac6fc4c7aecb |
|---|---|
| 6 | 6 |
| 7 #define SIMPLE_VO_TYPE 1 | 7 #define SIMPLE_VO_TYPE 1 |
| 8 #define CORE_VO_TYPE 3 | 8 #define CORE_VO_TYPE 3 |
| 9 | 9 |
| 10 // aspect_ratio_info | 10 // aspect_ratio_info |
| 11 #define EXTENDET_PAR 15 | 11 #define EXTENDED_PAR 15 |
| 12 | 12 |
| 13 //vol_sprite_usage / sprite_enable | 13 //vol_sprite_usage / sprite_enable |
| 14 #define STATIC_SPRITE 1 | 14 #define STATIC_SPRITE 1 |
| 15 #define GMC_SPRITE 2 | 15 #define GMC_SPRITE 2 |
| 16 | 16 |
