# HG changeset patch # User michael # Date 1240835136 0 # Node ID 99b812cc77a9f683087c68ccde853948079ff408 # Parent 976a7ad342af762e7290fbcbe5d39d38ab113253 Remove confusing and redundant engrish chatter from avcodec_decode_video2(). diff -r 976a7ad342af -r 99b812cc77a9 avcodec.h --- a/avcodec.h Mon Apr 27 05:30:22 2009 +0000 +++ b/avcodec.h Mon Apr 27 12:25:36 2009 +0000 @@ -3157,11 +3157,7 @@ #endif /** - * Decodes a video frame from \p avpkt->data into \p picture. - * The avcodec_decode_video2() function decodes a video frame from the input - * buffer \p avpkt->data of size \p avpkt->size. To decode it, it makes use of the - * video codec which was coupled with \p avctx using avcodec_open(). The - * resulting decoded frame is stored in \p picture. + * Decodes the video frame of size avpkt->size from avpkt->data into picture. * * @warning The input buffer must be \c FF_INPUT_BUFFER_PADDING_SIZE larger than * the actual read bytes because some optimized bitstream readers read 32 or 64