aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_check.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-2/+2
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* audio_check: checker functions for audio_format attributesMax Kellermann2009-11-141-0/+74
These functions are a wrapper for audio_valid_X(). On error, they return a GError object.