UGeorge <[email protected]> added the comment: > Breakpoint 2, queue_picture (is=0xb7238020, src_frame=0x8bd6ac0, > pts=0.47773333333333334, pos=-1) > at ffplay.c:1401 > 1401 int dst_width = FFMIN(vp->width, vp->bmp->w); > (gdb) p vp->width > $4 = 1920 > (gdb) p vp->bmp->w > $5 = 1920 > (gdb) n > 1402 int dst_height = FFMIN(vp->height, vp->bmp->h); > (gdb) p vp->height > $6 = 1080 > (gdb) p vp-bmp->h > No symbol "bmp" in current context. > (gdb) p vp->bmp->h > $7 = 1080 > (gdb)
Lines dont match. BUT as u see they both have the same values ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2079> ________________________________________________
