Skip to content

Commit e3dcf94

Browse files
committed
fix TTA CodecPrivate
As found in libavcodec and hinted in Haali's codec document.
1 parent d751eb8 commit e3dcf94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codec_specs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -900,10 +900,10 @@ Codec ID: A_TTA1
900900

901901
Codec Name: The True Audio lossless audio compressor
902902

903-
Description: The format is described in [@!TTA]
903+
Description: The format is described in [@!TTA].
904904
Each frame is kept intact, including the CRC32. The header and seektable are dropped. `SamplingFrequency`, `Channels` and `BitDepth` are used in the `TrackEntry`.
905905

906-
Initialization: none
906+
Initialization: The `CodecPrivate` contains the TTA Header Structure, as defined in [@!TTA].
907907

908908
### A_VORBIS
909909

0 commit comments

Comments
 (0)