comparison avcodec.h @ 10686:7fd8e33acaab libavcodec

Fix a typo in documentation.
author ramiro
date Tue, 15 Dec 2009 13:46:42 +0000
parents 85b5e57f5959
children e6cd0f36159b
comparison
equal deleted inserted replaced
10685:60ca4112b5f4 10686:7fd8e33acaab
3334 * it will work but it will have an impact on performance. 3334 * it will work but it will have an impact on performance.
3335 * 3335 *
3336 * In practice, avpkt->data should have 4 byte alignment at minimum. 3336 * In practice, avpkt->data should have 4 byte alignment at minimum.
3337 * 3337 *
3338 * @note Some codecs have a delay between input and output, these need to be 3338 * @note Some codecs have a delay between input and output, these need to be
3339 * feeded with avpkt->data=NULL, avpkt->size=0 at the end to return the remaining frames. 3339 * fed with avpkt->data=NULL, avpkt->size=0 at the end to return the remaining frames.
3340 * 3340 *
3341 * @param avctx the codec context 3341 * @param avctx the codec context
3342 * @param[out] picture The AVFrame in which the decoded video frame will be stored. 3342 * @param[out] picture The AVFrame in which the decoded video frame will be stored.
3343 * @param[in] avpkt The input AVpacket containing the input buffer. 3343 * @param[in] avpkt The input AVpacket containing the input buffer.
3344 * You can create such packet with av_init_packet() and by then setting 3344 * You can create such packet with av_init_packet() and by then setting