Re: [FFmpeg-devel] [PATCH] libavformat/dashenc: Reduce confusion in par error message

2020-08-31 Thread Michael Niedermayer
On Mon, Aug 31, 2020 at 09:57:17AM +, Jeyapal, Karthick wrote: > On 8/31/20, 9:47 AM, "Chris Miceli" wrote: > > > >In ticket #8754 there is discourse surrounding the error > >message which is printed upon a mismatched aspect ratio in > >derived encodings. This should make it clearer to the use

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc: Reduce confusion in par error message

2020-08-31 Thread Jeyapal, Karthick
On 8/31/20, 9:47 AM, "Chris Miceli" wrote: > >In ticket #8754 there is discourse surrounding the error >message which is printed upon a mismatched aspect ratio in >derived encodings. This should make it clearer to the user >as to the issues which they are experiencing. >--- > libavformat/dashenc.c

[FFmpeg-devel] [PATCH] libavformat/dashenc: Reduce confusion in par error message

2020-08-30 Thread Chris Miceli
In ticket #8754 there is discourse surrounding the error message which is printed upon a mismatched aspect ratio in derived encodings. This should make it clearer to the user as to the issues which they are experiencing. --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(