[FFmpeg-cvslog] r21605 - trunk/ffplay.c

Stefano Sabatini stefano.sabatini-lala
Sat Feb 6 02:50:51 CET 2010


On date Tuesday 2010-02-02 17:51:02 +0100, michael wrote:
> Author: michael
> Date: Tue Feb  2 17:51:02 2010
> New Revision: 21605
> 
> Log:
> Use currently displayed file position instead of just url_ftell() for seeking by bytes.
> This fixes seeking back with the cursor keys and -bytes.
> 
> Modified:
>    trunk/ffplay.c

Currently libavfilter doesn't propagate this information to the sink
filters, so there is no way to expose this information (so I'm going
to set pos = -1 when updating ffplay.c in the libavfilter soc repo).

Also there is currently no way to seek in a libavfilter source, as
avfilter_request_frame(link) is the only way we have for requesting
frames.

Regards.



More information about the ffmpeg-cvslog mailing list