Re: [FFmpeg-devel] [PATCH] mov: add channel label support

2018-03-17 Thread Courtland Idstrom
> > > fixes channels such as DL/DR, which will now write to > LeftTotal/RightTotal > Is this correct? To the best of my understanding, this is correct; however, I'm by no means an expert on this subject, so I'd love to know if I'm wrong here. The flip-side for reading MOVs is already implemented

Re: [FFmpeg-devel] [PATCH] mov: add channel label support

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 3:29 GMT+01:00, Courtland Idstrom : > Adds the ability to support writing channel labels to mov files if the > layout_tag fails, instead of printing a warning and skipping the tag. This > fixes channels such as DL/DR, which will now write to

[FFmpeg-devel] [PATCH] mov: add channel label support

2018-03-16 Thread Courtland Idstrom
Adds the ability to support writing channel labels to mov files if the layout_tag fails, instead of printing a warning and skipping the tag. This fixes channels such as DL/DR, which will now write to LeftTotal/RightTotal instead of omitting the channel tag. --- Changelog | 1 +