ffmpeg:avcodec_decode_video
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ffmpeg:avcodec_decode_video [2007/11/22 15:22] – deva | ffmpeg:avcodec_decode_video [2007/11/22 16:49] (current) – More cosmetics... deva | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| =====avcodec_decode_video===== | =====avcodec_decode_video===== | ||
| + | ====Overview==== | ||
| Defined in '' | Defined in '' | ||
| - | ====Overview==== | ||
| Decodes a video frame from '' | Decodes a video frame from '' | ||
| Line 23: | Line 23: | ||
| ====Parameters==== | ====Parameters==== | ||
| + | ===avctx=== | ||
| <code c> | <code c> | ||
| A [[ffmpeg: | A [[ffmpeg: | ||
| - | ---- | + | |
| + | ===picture=== | ||
| <code c> | <code c> | ||
| A pointer to the [[ffmpeg: | A pointer to the [[ffmpeg: | ||
| - | ---- | + | |
| + | ===got_picture_ptr=== | ||
| <code c>int *got_picture_ptr</ | <code c>int *got_picture_ptr</ | ||
| An int pointer to which zero is written if no frame could be decompressed, | An int pointer to which zero is written if no frame could be decompressed, | ||
| - | ---- | + | |
| + | ===buf=== | ||
| <code c> | <code c> | ||
| The input buffer. | The input buffer. | ||
| - | ---- | + | |
| + | ===buf_size=== | ||
| <code c>int buf_size</ | <code c>int buf_size</ | ||
| The size of the input buffer in bytes. | The size of the input buffer in bytes. | ||
ffmpeg/avcodec_decode_video.1195741323.txt.gz · Last modified: by deva
