]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove confusing and redundant engrish chatter from avcodec_decode_video2().
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 27 Apr 2009 12:25:36 +0000 (12:25 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 27 Apr 2009 12:25:36 +0000 (12:25 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18699 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/avcodec.h

index 8016d82fd8f0eb2aab4e76223d5bc6791e1bc8a0..8536210d96f689db2f118f84ab56903c1b9895e0 100644 (file)
@@ -3157,11 +3157,7 @@ attribute_deprecated int avcodec_decode_video(AVCodecContext *avctx, AVFrame *pi
 #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