On Wed, Oct 08, 2014 at 09:39:26AM +0300, Mika Raento wrote:
> Reads the fragment duration from the trun sample data, rather than
> assuming that there are no gaps. Creates much better playlists for our
> inputs.
> ---
> tools/ismindex.c | 95
> ++--
Mika Raento iki.fi> writes:
> For better or worse, ismindex doesn't use av_log anywhere, I'm
> following the existing style in the file.
Sorry!
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmp
Reads the fragment duration from the trun sample data, rather than
assuming that there are no gaps. Creates much better playlists for our
inputs.
---
tools/ismindex.c | 95 ++--
1 file changed, 85 insertions(+), 10 deletions(-)
diff --git a/tool
On 8 October 2014 08:12, Mika Raento wrote:
> Reads the fragment duration from the trun sample data, rather than
> assuming that there are no gaps. Creates much better playlists for our
> inputs.
> ---
> tools/ismindex.c | 96
> +---
> 1 file c
For better or worse, ismindex doesn't use av_log anywhere, I'm
following the existing style in the file. Changing the whole file
should be a separate patch?
Mika
On 8 October 2014 09:33, Carl Eugen Hoyos wrote:
> Mika Raento iki.fi> writes:
>
>> +fprintf(stderr, "negative sample
Mika Raento iki.fi> writes:
> +fprintf(stderr, "negative sample duration %d\n",
> sample_duration);
fprintf (& friends) are not allowed, please use
av_log().
Note to others: Why did we remove the defines?
Carl Eugen
___
ffmpeg-devel m
Reads the fragment duration from the trun sample data, rather than
assuming that there are no gaps. Creates much better playlists for our
inputs.
---
tools/ismindex.c | 96 +---
1 file changed, 85 insertions(+), 11 deletions(-)
diff --git a/tool