OSDN Git Service

mov: add support for reading and writing the 'chan' tag
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 3 Dec 2011 18:32:45 +0000 (13:32 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 9 Dec 2011 21:12:58 +0000 (16:12 -0500)
commit1fdf18f4b7e9f9983b6f07ef1033a51b289692f2
treeb309313a40bc0bfd82889fa6833fb9d51f5bc872
parentb2890f5ed684701ec15820b117738f6af0b7f334
mov: add support for reading and writing the 'chan' tag

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.
libavformat/Makefile
libavformat/mov.c
libavformat/mov_chan.c [new file with mode: 0644]
libavformat/mov_chan.h [new file with mode: 0644]
libavformat/movenc.c