FFmpeg/libavcodec
Andreas Rheinhardt eec26b5911 avformat/matroskadec: avcodec/tta: Set extradata_size to 22
Up until c4e0e314, the seek table has been included in the tta
extradata, so that the size of said extradata was 22 (the size of a TTA1
header) + 4 * number of frames. The decoder rejected anything below a
size of 30 and so the Matroska demuxer exported 30 byte long extradata,
of which only 18 were set (it ignores a CRC-32 and simply leaves it at
0). But this is unnecessary since said commit, so reduce the size to 22.

Furthermore, replace 30 by 22 in a comment about the extradata size in
libavcodec/tta.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-12-04 23:11:37 -03:00
..
2019-10-17 12:33:50 +02:00
2019-07-25 15:13:09 +01:00
2019-11-27 23:54:20 +01:00
2019-11-27 23:54:20 +01:00
2019-11-17 23:31:45 +00:00
2019-11-27 23:54:20 +01:00
2019-08-11 19:13:21 +02:00
2019-11-13 09:08:43 -08:00
2019-10-10 14:34:19 +02:00
2019-08-29 21:04:54 +02:00
2019-08-29 15:57:54 +02:00
2019-09-19 23:56:03 -07:00
2019-11-28 10:21:20 -03:00
2019-11-27 23:54:20 +01:00
2019-11-27 23:53:43 +01:00
2019-08-11 19:13:21 +02:00
2019-11-25 00:07:07 +01:00
2019-09-02 13:46:11 -07:00
2019-10-10 14:34:20 +02:00
2019-10-22 10:51:42 +08:00
2019-08-23 22:24:07 +02:00
2019-09-20 23:26:34 +02:00
2019-09-16 21:30:19 +02:00
2019-11-09 17:59:03 +01:00
2019-11-01 14:43:16 +01:00
2019-11-01 15:19:55 -07:00
2019-07-28 22:34:26 +01:00
2019-11-28 10:21:20 -03:00
2019-10-25 00:22:33 +02:00
2019-08-22 18:35:44 +02:00
2019-10-26 09:57:01 -07:00
2019-09-05 19:45:53 +02:00