[FFmpeg-devel] [PATCH] ffplay: Add 10 minute seek support

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Dec 14 01:00:30 CET 2011


Marton Balint <cus <at> passwd.hu> writes:

> +    case SDLK_PAGEUP:
> +        incr = -600.0;

> +    case SDLK_PAGEDOWN:
> +        incr = 600.0;

> Isn't mplayer using the opposite by default? E.g seek forward on PgUp, and 
> seek backward on PgDown.

Yes, that's correct.

> Also this is not consistent with SDLK_UP and SDLK_DOWN, or the help text. If
> it is OK with you, then I will push this patch with the signs changed.

*Please* invert the signs.

Carl Eugen



More information about the ffmpeg-devel mailing list