# HG changeset patch # User ramiro # Date 1260884802 0 # Node ID 7fd8e33acaab011e14135ac7c035b26cdcec2927 # Parent 60ca4112b5f4052d6b98e3be092245243642e03e Fix a typo in documentation. diff -r 60ca4112b5f4 -r 7fd8e33acaab avcodec.h --- 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.