git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b9bbb
)
avcodec: fix AVpacket → AVPacket typo.
author
Clément Bœsch
<clement@stupeflix.com>
Wed, 4 Sep 2013 13:48:11 +0000
(15:48 +0200)
committer
Clément Bœsch
<clement@stupeflix.com>
Wed, 4 Sep 2013 13:48:11 +0000
(15:48 +0200)
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
e1bb79f
..
572c5fd
100644
(file)
--- 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 AV
p
acket containing the input buffer.
+ * @param[in] avpkt The input AV
P
acket 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