diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-18 09:04:11 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-18 09:04:11 +0100 |
commit | 6abb554fd698d43726302b68999b96f429c7d3ba (patch) | |
tree | d314e0b0f27e998d060087a8558a265d29522930 /libavutil/pixdesc.h | |
parent | c10b57973dff915bf2d892b22c13a52a834854bd (diff) | |
download | ffmpeg-6abb554fd698d43726302b68999b96f429c7d3ba.tar.gz |
lavc,lavu: fix two doxy mixup between h/v chroma shift.
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r-- | libavutil/pixdesc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index ca0722e1f4..1042e1ed45 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -225,8 +225,8 @@ enum AVPixelFormat av_pix_fmt_desc_get_id(const AVPixFmtDescriptor *desc); * you do check the return code! * * @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 * * @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format */ |