summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-12-15 13:46:42 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-12-15 13:46:42 +0000
commit798e589d4a2bfe26fe430f21e6a52ae0fe948705 (patch)
tree615eae3f725892b0941fdb8f92e2634d6503ffab /libavcodec/avcodec.h
parentc3c78324792aaf7830b3c189d77b5e37ab929555 (diff)
Fix a typo in documentation.
Originally committed as revision 20873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index edd695eecf..004af71858 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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.