[Ffmpeg-devel] [PATCH] TTA Seeking
Aurelien Jacobs
aurel
Sat Apr 14 16:44:30 CEST 2007
On Fri, 13 Apr 2007 22:33:27 -0400
David Conrad <umovimus at gmail.com> wrote:
> Hi,
>
> The following patch adds support for seeking in TTA files.
>
> -David
>
> [...]
>
> -static int tta_read_close(AVFormatContext *s)
> +static int tta_read_seek(AVFormatContext *s, int stream_index,
> int64_t timestamp, int flags)
>
> [...]
>
> @@ -143,6 +140,7 @@
> tta_probe,
> tta_read_header,
> tta_read_packet,
> - tta_read_close,
> + NULL,
Removal of tta_read_close is not related to this patch. Thus it should
go in a separate patch.
Aurel
More information about the ffmpeg-devel
mailing list