1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +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-01-30 20:57:37 +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-02-09 15:35:14 +01:00
2023-05-04 19:20:03 -03:00
2023-01-27 19:45:36 +01:00
2023-05-04 19:20:03 -03:00
2023-01-26 20:37:14 +01:00
2023-01-11 12:12:27 +01:00
2023-02-09 15:35:14 +01:00
2023-02-09 15:35:14 +01:00
2023-01-31 09:00:56 +01:00
2023-04-01 00:37:55 -04:00
2023-02-09 15:35:14 +01:00
2023-04-16 23:36:03 -03:00
2023-01-17 12:54:54 +01:00
2022-12-24 23:43:45 +01:00
2023-04-20 15:44:38 +02:00
2023-04-09 18:12:26 +08:00
2022-12-08 17:48:21 +01:00