Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-03-20 Thread Carl Eugen Hoyos
2019-03-20 18:50 GMT+01:00, James Almer : > Could you add a comment stating that, much like the FF_API_ defines, > this ff_const59 define is not part of the public API and will eventually > disappear without warning? Done. Thank you for the suggestion, Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-03-20 Thread James Almer
On 3/20/2019 2:41 PM, Carl Eugen Hoyos wrote: > 2019-02-09 15:46 GMT+01:00, Carl Eugen Hoyos : >> 2019-02-09 15:44 GMT+01:00, Carl Eugen Hoyos : >>> 2019-02-09 15:42 GMT+01:00, James Almer : On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch is supposed to

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-03-20 Thread Carl Eugen Hoyos
2019-02-09 15:46 GMT+01:00, Carl Eugen Hoyos : > 2019-02-09 15:44 GMT+01:00, Carl Eugen Hoyos : >> 2019-02-09 15:42 GMT+01:00, James Almer : >>> On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: Hi! Attached patch is supposed to constify all occurrences of AVOutputFormat in

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-02-14 Thread Carl Eugen Hoyos
2019-02-09 15:46 GMT+01:00, Carl Eugen Hoyos : > 2019-02-09 15:44 GMT+01:00, Carl Eugen Hoyos : >> 2019-02-09 15:42 GMT+01:00, James Almer : >>> On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: Hi! Attached patch is supposed to constify all occurrences of AVOutputFormat in

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-02-09 Thread Carl Eugen Hoyos
2019-02-09 15:44 GMT+01:00, Carl Eugen Hoyos : > 2019-02-09 15:42 GMT+01:00, James Almer : >> On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: >>> Hi! >>> >>> Attached patch is supposed to constify all occurrences of >>> AVOutputFormat in libavformat. >>> >>> Please comment, Carl Eugen >>> >>> >>>

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-02-09 Thread Carl Eugen Hoyos
2019-02-09 15:42 GMT+01:00, James Almer : > On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch is supposed to constify all occurrences of >> AVOutputFormat in libavformat. >> >> Please comment, Carl Eugen >> >> >> 0001-lavf-Constify-AVOutputFormat-pointer.patch >> >> From

Re: [FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-02-09 Thread James Almer
On 2/9/2019 11:23 AM, Carl Eugen Hoyos wrote: > Hi! > > Attached patch is supposed to constify all occurrences of > AVOutputFormat in libavformat. > > Please comment, Carl Eugen > > > 0001-lavf-Constify-AVOutputFormat-pointer.patch > > From ba32f41824df07b7a6cb45964ef912c5fc05b276 Mon Sep 17

[FFmpeg-devel] [PATCH]lavf:Constify AVOutputFormat pointer

2019-02-09 Thread Carl Eugen Hoyos
Hi! Attached patch is supposed to constify all occurrences of AVOutputFormat in libavformat. Please comment, Carl Eugen From ba32f41824df07b7a6cb45964ef912c5fc05b276 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 9 Feb 2019 15:21:17 +0100 Subject: [PATCH] lavf: Constify