Mercurial > libavcodec.hg
changeset 10686:7fd8e33acaab libavcodec
Fix a typo in documentation.
author | ramiro |
---|---|
date | Tue, 15 Dec 2009 13:46:42 +0000 |
parents | 60ca4112b5f4 |
children | d55c821b147a |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Mon Dec 14 11:57:33 2009 +0000 +++ b/avcodec.h Tue Dec 15 13:46:42 2009 +0000 @@ -3336,7 +3336,7 @@ * In practice, avpkt->data should have 4 byte alignment at minimum. * * @note Some codecs have a delay between input and output, these need to be - * feeded with avpkt->data=NULL, avpkt->size=0 at the end to return the remaining frames. + * fed with avpkt->data=NULL, avpkt->size=0 at the end to return the remaining frames. * * @param avctx the codec context * @param[out] picture The AVFrame in which the decoded video frame will be stored.