diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2017-11-06 22:39:17 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-11-06 19:16:46 -0300 |
commit | bb3d62874e87827ce33ac3821ba1ee96d231698d (patch) | |
tree | cb7957d54870d810345df4dc0c5e97748dfcc87b | |
parent | 4ada428aae2f4ab42c6cebc0d7591c0e62db6fe2 (diff) | |
download | ffmpeg-bb3d62874e87827ce33ac3821ba1ee96d231698d.tar.gz |
avutil/pixdesc: remove reference to avcodec_get_chroma_sub_sample
Don't recommend to use deprecated functions.
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavutil/pixdesc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index fc3737c4ad..ea046033a3 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -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) |