Carl Eugen Hoyos ag.or.at> writes:
> Attached patch fixes ticket #5174, there seems to be nothing
> invalid about a cursor outside of the screen or an empty cursor.
Pushed, and ticket closed.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffm
On Sat, Mar 26, 2016 at 02:24:53PM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #5174, there seems to be nothing invalid about a
> cursor outside of the screen or an empty cursor.
>
> Please comment, Carl Eugen
maybe cc or ping derek on irc to make sure he disnt miss thi
Carl Eugen Hoyos ag.or.at> writes:
> Attached patch fixes ticket #5174, there seems to be nothing
> invalid about a cursor outside of the screen or an empty cursor.
Ping.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg
On Sat, Mar 26, 2016 at 14:24:53 +0100, Carl Eugen Hoyos wrote:
> -av_log(avctx, AV_LOG_WARNING,
> +av_log(avctx, AV_LOG_DEBUG,
> "Invalid cursor position: (%d,%d). Skipping cusor.\n",
"Unrelated fix", but you might as well fix the typo: ^
Moritz
__