[FFmpeg-cvslog] r20873 - trunk/libavcodec/avcodec.h

ramiro subversion
Tue Dec 15 14:46:42 CET 2009


Author: ramiro
Date: Tue Dec 15 14:46:42 2009
New Revision: 20873

Log:
Fix a typo in documentation.

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Tue Dec 15 00:47:22 2009	(r20872)
+++ trunk/libavcodec/avcodec.h	Tue Dec 15 14:46:42 2009	(r20873)
@@ -3336,7 +3336,7 @@ attribute_deprecated int avcodec_decode_
  * 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.



More information about the ffmpeg-cvslog mailing list