From 2c1eb38e5ef4ff8839b46b2783fb4bb2f5bc3609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 4 Sep 2013 15:48:11 +0200 Subject: [PATCH] =?UTF-8?q?avcodec:=20fix=20AVpacket=20=E2=86=92=20AVPacke?= =?UTF-8?q?t=20typo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e1bb79f1b9..572c5fd97e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3835,7 +3835,7 @@ int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, * next call to this function or until closing the decoder. The * caller may not write to it. * - * @param[in] avpkt The input AVpacket containing the input buffer. + * @param[in] avpkt The input AVPacket containing the input buffer. * You can create such packet with av_init_packet() and by then setting * data and size, some decoders might in addition need other fields like * flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least