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.
Showing
- libavformat/Makefile 3 additions, 2 deletionslibavformat/Makefile
- libavformat/mov.c 47 additions, 0 deletionslibavformat/mov.c
- libavformat/mov_chan.c 505 additions, 0 deletionslibavformat/mov_chan.c
- libavformat/mov_chan.h 55 additions, 0 deletionslibavformat/mov_chan.h
- libavformat/movenc.c 26 additions, 0 deletionslibavformat/movenc.c
libavformat/mov_chan.c
0 → 100644
This diff is collapsed.
libavformat/mov_chan.h
0 → 100644
Please register or sign in to comment