summaryrefslogtreecommitdiff
path: root/libavformat/mov_chan.c
Commit message (Collapse)AuthorAge
* mov: add support for reading and writing the 'chan' tagJustin Ruggles2011-12-09
This implements reading the tag in the demuxer and adds support for writing it in the muxer. Some example channel layout tables for muxing are included for ac3, aac, and alac, but they are not utilized yet.