[FFmpeg-devel] [PATCH 3/3] ffplay integration for seek api

Michael Chinen mchinen
Thu Aug 19 11:30:58 CEST 2010


Hi,

On Tue, Aug 17, 2010 at 2:18 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Fri, Aug 13, 2010 at 08:15:23AM +0200, Michael Chinen wrote:
>> $subj
>
>> ?ffplay.c | ? 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> ?1 file changed, 74 insertions(+)
>> e58f5a2de15bd451e349756727bd66da88f7621f ?0003-ffplay-integration-for-seek-api.patch
>> From d967a186a6841ee818a1e7cbda4b88ece0e57e10 Mon Sep 17 00:00:00 2001
>> From: Michael Chinen <mchinen at gmail.com>
>> Date: Fri, 13 Aug 2010 05:49:02 +0200
>> Subject: [PATCH 3/3] ffplay integration for seek api
>>
>> ---
>> ?ffplay.c | ? 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> ?1 files changed, 74 insertions(+), 0 deletions(-)
>>
>> diff --git a/ffplay.c b/ffplay.c
>> index fa3def1..b7dcc52 100644
>> --- a/ffplay.c
>> +++ b/ffplay.c
>> @@ -224,6 +224,9 @@ static int audio_write_get_buf_size(VideoState *is);
>> ?/* options specified by the user */
>> ?static AVInputFormat *file_iformat;
>> ?static const char *input_filename;
>> +static const char *index_load_filename;
>> +static const char *index_save_filename;
>> +static char *index_filename = NULL;
>> ?static const char *window_title;
>> ?static int fs_screen_width;
>> ?static int fs_screen_height;
>
>> @@ -265,6 +268,11 @@ static int exit_on_keydown;
>> ?static int exit_on_mousedown;
>> ?static int loop=1;
>> ?static int framedrop=1;
>> +static int build_table ? ?= 0;
>> +static int parallel_table = 0;
>> +static int load_table ? ? = 0;
>> +static int save_table ? ? = 0;
>> +static int cbr_table ? ? ?= 0;
>
> the = 0 are redundant

Fixed (including the = NULL)

>
>
>>
>> ?static int rdftspeed=20;
>> ?#if CONFIG_AVFILTER
>> @@ -2369,6 +2377,28 @@ static int decode_interrupt_cb(void)
>> ? ? ?return (global_video_state && global_video_state->abort_request);
>> ?}
>>
>> +static int build_index_thread(void *arg)
>
> doxy: build index and safe to file or something

Done

Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ffplay-integration-for-seek-api.patch
Type: application/octet-stream
Size: 5108 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100819/c1e542e4/attachment.obj>



More information about the ffmpeg-devel mailing list