X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fframe.h;h=c57eb552e2ec9090fc5b6d3a07b550b52795d0f9;hb=149c1a26c4c167a763461e191a248d704cb8538a;hp=a39c8d07ff8e98e1b5bacc9bf6e82339d7f5c3a0;hpb=6542e5575f1425ecc9972a1bb7477d03816e40d0;p=ffmpeg diff --git a/libavutil/frame.h b/libavutil/frame.h index a39c8d07ff8..c57eb552e2e 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -727,6 +727,11 @@ AVFrameSideData *av_frame_get_side_data(const AVFrame *frame, */ void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type); +/** + * @return a string identifying the side data type + */ +const char *av_frame_side_data_name(enum AVFrameSideDataType type); + /** * @} */