Re: [FFmpeg-devel] [PATCH] avformat/rtpenc_chain: use the proper function to free AVFormatContext

2018-04-06 Thread Rostislav Pehlivanov
On 6 April 2018 at 17:59, Vittorio Giovara wrote: > Yes the order of operations is a problem in a generic matrix, but for a > display matrix the order is more or less consolidated in a defacto > standard: > check for flip first, then rotation. We have the same pattern

[FFmpeg-devel] [PATCH] avformat/rtpenc_chain: use the proper function to free AVFormatContext

2018-04-06 Thread Vittorio Giovara
Yes the order of operations is a problem in a generic matrix, but for a display matrix the order is more or less consolidated in a defacto standard: check for flip first, then rotation. We have the same pattern in h264 and hevc decoder for the rotation side data. You are right that the