]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/pixdesc.h
Merge commit '4c0588b4562abad5540f6a5435c62828de9e4fdf'
[ffmpeg] / libavutil / pixdesc.h
index fc3737c4adee69679c056873ca8bbf0c97629ad3..ea046033a36380ef2d8e497cf634eb167dcb3254 100644 (file)
@@ -225,11 +225,6 @@ enum AVPixelFormat av_pix_fmt_desc_get_id(const AVPixFmtDescriptor *desc);
  * Utility function to access log2_chroma_w log2_chroma_h from
  * the pixel format AVPixFmtDescriptor.
  *
- * See av_get_chroma_sub_sample() for a function that asserts a
- * valid pixel format instead of returning an error code.
- * Its recommended that you use avcodec_get_chroma_sub_sample unless
- * you do check the return code!
- *
  * @param[in]  pix_fmt the pixel format
  * @param[out] h_shift store log2_chroma_w (horizontal/width shift)
  * @param[out] v_shift store log2_chroma_h (vertical/height shift)