summaryrefslogtreecommitdiff
path: root/libavcodec/flacdata.c
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+1
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos2013-05-051-1/+1
| | | | Fixes ticket #2533.
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-211-0/+33
decoder Originally committed as revision 18089 to svn://svn.ffmpeg.org/ffmpeg/trunk