Omer Iqbal <momeriqb...@gmail.com> wrote: > I'm curious, does anyone know why this is not implemented in video players? > Considering it is part of the H.264 specification, and ffmpeg supports > decoding it? >
I believe that changing frame orientation within a stream is very awkward and rare situation, which should be avoided. So that there is almost nobody interested in handling use case which never actually happen. sView video player actually handles AV_FRAME_DATA_DISPLAYMATRIX in source code, but I never had any video sample to test. https://github.com/gkv311/sview/blob/master/StMoviePlayer/StVideo/StVideoQueue.cpp#L939 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel