[FFmpeg-devel] [PATCH] lavf/tta: Check header and seek table CRC

Paul B Mahol onemda at gmail.com
Fri May 31 23:10:35 CEST 2013


On 5/31/13, James Almer <jamrial at gmail.com> wrote:
> Since we don't check for seek table integrity in the decoder anymore,
> check it in the demuxer instead (Only tta files are guaranteed to have
> one, and it should be valid there).
>
> Check also for header integrity, since the check done in the decoder
> is ignored because matroska doesn't store the header at all.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavformat/tta.c | 24 +++++++++++++++++++++---
>  1 file changed, 21 insertions(+), 3 deletions(-)
>

applied


More information about the ffmpeg-devel mailing list