Revision 8ed2ae09 libavcodec/avcodec.h
libavcodec/avcodec.h | ||
---|---|---|
1320 | 1320 |
|
1321 | 1321 |
int b_frame_strategy; |
1322 | 1322 |
|
1323 |
#if FF_API_HURRY_UP |
|
1323 | 1324 |
/** |
1324 | 1325 |
* hurry up amount |
1325 | 1326 |
* - encoding: unused |
1326 | 1327 |
* - decoding: Set by user. 1-> Skip B-frames, 2-> Skip IDCT/dequant too, 5-> Skip everything except header |
1327 | 1328 |
* @deprecated Deprecated in favor of skip_idct and skip_frame. |
1328 | 1329 |
*/ |
1329 |
int hurry_up; |
|
1330 |
attribute_deprecated int hurry_up; |
|
1331 |
#endif |
|
1330 | 1332 |
|
1331 | 1333 |
struct AVCodec *codec; |
1332 | 1334 |
|
Also available in: Unified diff