summaryrefslogtreecommitdiffstats
path: root/audio/fmt-conversion.c
Commit message (Collapse)AuthorAgeFilesLines
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
| | | | Followup commit. Fixes all the files references.
* audio: add double sample formatwm42013-05-121-0/+1
| | | | | | To make this easier, get rid of the direct mapping of the AF_FORMAT_BITS_MASK bit field to number of bytes. This way we can throw away the unused AF_FORMAT_48BIT and don't have to add ..._56BIT.
* ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-131-0/+64