Re: [FFmpeg-devel] [PATCH]lavc/fic: Be less verbose for invisible or empty cursor

2016-05-03 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]lavc/fic: Be less verbose for invisible or empty cursor

2016-04-20 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH]lavc/fic: Be less verbose for invisible or empty cursor

2016-04-17 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]lavc/fic: Be less verbose for invisible or empty cursor

2016-03-27 Thread Moritz Barsnick
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 __