summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2013-09-04 15:48:11 +0200
committerClément Bœsch <clement@stupeflix.com>2013-09-04 15:48:11 +0200
commit2c1eb38e5ef4ff8839b46b2783fb4bb2f5bc3609 (patch)
tree28d5c05a71257fc6c257cb6ae7899dd7cc12a0ed /libavcodec
parent98b9bbb787bb239658253758ec55b48b1018a94a (diff)
avcodec: fix AVpacket → AVPacket typo.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
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