aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio_check.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-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.
2009-11-14audio_check: checker functions for audio_format attributesMax Kellermann1-0/+74
These functions are a wrapper for audio_valid_X(). On error, they return a GError object.