Commit ea3eb3b8 authored by ramiro's avatar ramiro

Fix a typo in documentation.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f3fe4da8
......@@ -3336,7 +3336,7 @@ attribute_deprecated int avcodec_decode_video(AVCodecContext *avctx, AVFrame *pi
* 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment