Commit 74f5cb01 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit 'd336bfcf'

* commit 'd336bfcf':
  pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 27acb64a d336bfcf
......@@ -292,8 +292,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_w
* @param[out] v_shift store log2_chroma_h
* @param[out] h_shift store log2_chroma_w (horizontal/width shift)
* @param[out] v_shift store log2_chroma_h (vertical/height shift)
*
* @return 0 on success, AVERROR(ENOSYS) on invalid or unknown pixel format
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment