[FFmpeg-cvslog] avcodec: fix AVpacket → AVPacket typo.
Clément Bœsch
git at videolan.org
Wed Sep 4 16:03:41 CEST 2013
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Sep 4 15:48:11 2013 +0200| [2c1eb38e5ef4ff8839b46b2783fb4bb2f5bc3609] | committer: Clément Bœsch
avcodec: fix AVpacket → AVPacket typo.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c1eb38e5ef4ff8839b46b2783fb4bb2f5bc3609
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e1bb79f..572c5fd 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
More information about the ffmpeg-cvslog
mailing list