summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-18 09:04:11 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-18 09:04:11 +0100
commit6abb554fd698d43726302b68999b96f429c7d3ba (patch)
treed314e0b0f27e998d060087a8558a265d29522930 /libavcodec/avcodec.h
parentc10b57973dff915bf2d892b22c13a52a834854bd (diff)
lavc,lavu: fix two doxy mixup between h/v chroma shift.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index af6294968b..df1e247866 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -4286,8 +4286,8 @@ int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
* pix_fmts.
*
* @param[in] pix_fmt the pixel format
- * @param[out] h_shift store log2_chroma_h
- * @param[out] v_shift store log2_chroma_w
+ * @param[out] h_shift store log2_chroma_w
+ * @param[out] v_shift store log2_chroma_h
*
* @see av_pix_fmt_get_chroma_sub_sample
*/