rotate filter: Avoid a crash
This fixes a DIVIDEBYZERO crash in the rotate filter. Does not seem like the right solution to me, but dionoea should probably look into that, since he wrote most of this filter. This crash occured with http://streams.videolan.org/issues/HIGNFY%20S25E02%20-%20Part%201.flv plane 1 (non Y-plane) i_visible_lines = 119 p_pic->p[Y_PLANE].i_visible_pitch = 320 p_pic->p[Y_PLANE].i_visible_lines = 239 i_visible_pitch = 160
Showing
Please register or sign in to comment