1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavcodec
Anton Khirnov a59b4ac713 lavc/tak: do not store invalid values in stream info
When tak_get_nb_samples() fails, it will currently write
AVERROR_INVALIDDATA as TAKStreamInfo.frame_samples. The parser will then
use this negative value as a frame duration, which leads to various
breakage.

Avoid this by returning the error code from tak_parse_streaminfo()
directly; never store negative values in the parsed header.
2023-05-05 10:36:08 +02:00
..
2023-03-26 01:46:39 +01:00
2023-03-26 01:46:48 +01:00
2023-03-02 21:32:00 +01:00
2023-04-20 15:44:38 +02:00
2023-05-04 12:10:11 +08:00
2023-04-02 16:22:14 +02:00
2023-04-20 15:44:38 +02:00
2023-04-20 15:44:38 +02:00
2023-05-04 19:20:03 -03:00
2023-05-04 19:20:03 -03:00
2023-04-01 00:37:55 -04:00
2023-04-16 23:36:03 -03:00
2023-04-20 15:44:38 +02:00
2023-04-09 18:12:26 +08:00