[MPlayer-cvslog] r36236 - trunk/libmpcodecs/vd_ffmpeg.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun May 5 09:32:18 CEST 2013
On Sun, May 05, 2013 at 09:27:32AM +0200, reimar wrote:
> Author: reimar
> Date: Sun May 5 09:27:32 2013
> New Revision: 36236
>
> Log:
> Less strict check for width/height.
>
> Due to cropping AVFrame dimensions can be larger than the display size.
I'm not sure this change was thought through on FFmpeg/Libav side,
it doesn't matter to us, but for others I expect it not to be very fun
if there is no longer any field available in the AVFrame that contains
the _actual_ size of what should be displayed.
libavcodec users could hardly care less about what frame size the
library used internally for decode...
More information about the MPlayer-cvslog
mailing list