Re: [FFmpeg-devel] [PATCH V2] avformat: Add Dynacolor MVC Demuxer

2020-03-30 Thread Moritz Barsnick
On Sat, Mar 28, 2020 at 13:32:42 +, Tom Needham wrote: > + * License along with FFmpeg; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > 02110-1301 USA You've inlined your patch again, and again it's corrupted by newlines. > +unsigned ch

Re: [FFmpeg-devel] [PATCH V2] avformat: Add Dynacolor MVC Demuxer

2020-03-28 Thread Tom Needham
Hi Michael I have fixed the build errors you mentioned by not inlining those functions so they do not get relocated. Updated patch below. From 4c17850cb2546487d789b86f511a30bdef40f817 Mon Sep 17 00:00:00 2001 From: Tom Needham <06needh...@gmail.com> Date: Sun, 21 Jul 2019 21:11:19 +0100 Subject:

Re: [FFmpeg-devel] [PATCH V2] avformat: Add Dynacolor MVC Demuxer

2020-03-27 Thread Michael Niedermayer
On Thu, Mar 26, 2020 at 10:28:32AM +, Tom Needham wrote: > Thanks for your feedback. Please see the attached patch with all the style > changes addressed which also applies properly. > Changelog|1 > doc/general.texi |1 > libavformat/Makefile |1 >