Hello, everyone! I make a small videoplayer using libvlc. But I stucked in finding way to rotate video (for example 90 degrees clockwise). I found module vls_es.h with difinition of function making transformation with video. Also I found enum: TRANSFORM_IDENTITY = ORIENT_NORMAL, TRANSFORM_HFLIP = OR...