ffmpeg can't get video rotate info, 5.0 - 6.1.1 version all can't get video
rotate info
tag = av_dict_get(m_pVideoSt->metadata, "rotate", tag, 0);
if (tag)
{
m_Rotate = atoi(tag->value);
}tag is NULL _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
