lavc,lavu: fix two doxy mixup between h/v chroma shift.
This commit is contained in:
parent
c10b57973d
commit
6abb554fd6
@ -4286,8 +4286,8 @@ int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
|
|||||||
* pix_fmts.
|
* pix_fmts.
|
||||||
*
|
*
|
||||||
* @param[in] pix_fmt the pixel format
|
* @param[in] pix_fmt the pixel format
|
||||||
* @param[out] h_shift store log2_chroma_h
|
* @param[out] h_shift store log2_chroma_w
|
||||||
* @param[out] v_shift store log2_chroma_w
|
* @param[out] v_shift store log2_chroma_h
|
||||||
*
|
*
|
||||||
* @see av_pix_fmt_get_chroma_sub_sample
|
* @see av_pix_fmt_get_chroma_sub_sample
|
||||||
*/
|
*/
|
||||||
|
@ -225,8 +225,8 @@ enum AVPixelFormat av_pix_fmt_desc_get_id(const AVPixFmtDescriptor *desc);
|
|||||||
* you do check the return code!
|
* you do check the return code!
|
||||||
*
|
*
|
||||||
* @param[in] pix_fmt the pixel format
|
* @param[in] pix_fmt the pixel format
|
||||||
* @param[out] h_shift store log2_chroma_h
|
* @param[out] h_shift store log2_chroma_w
|
||||||
* @param[out] v_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
|
* @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user