Mercurial > libavcodec.hg
comparison avcodec.h @ 2879:d0b61801ea47 libavcodec
CAREFULL --> CAREFUL typo fix
| author | diego |
|---|---|
| date | Mon, 12 Sep 2005 16:30:47 +0000 |
| parents | b6def74f5811 |
| children | 4d91f38477ee |
comparison
equal
deleted
inserted
replaced
| 2878:71644f84e79d | 2879:d0b61801ea47 |
|---|---|
| 1004 * some more or less valid parts as errors. | 1004 * some more or less valid parts as errors. |
| 1005 * - encoding: unused | 1005 * - encoding: unused |
| 1006 * - decoding: set by user | 1006 * - decoding: set by user |
| 1007 */ | 1007 */ |
| 1008 int error_resilience; | 1008 int error_resilience; |
| 1009 #define FF_ER_CAREFULL 1 | 1009 #define FF_ER_CAREFUL 1 |
| 1010 #define FF_ER_COMPLIANT 2 | 1010 #define FF_ER_COMPLIANT 2 |
| 1011 #define FF_ER_AGGRESSIVE 3 | 1011 #define FF_ER_AGGRESSIVE 3 |
| 1012 #define FF_ER_VERY_AGGRESSIVE 4 | 1012 #define FF_ER_VERY_AGGRESSIVE 4 |
| 1013 | 1013 |
| 1014 /** | 1014 /** |
