[FFmpeg-devel] [PATCH] avformat/matroskaenc: don't rescale mastering metadata values

James Almer jamrial at gmail.com
Fri Oct 4 04:06:12 EEST 2019


On 10/3/2019 9:26 PM, Carl Eugen Hoyos wrote:
> Am Fr., 4. Okt. 2019 um 01:59 Uhr schrieb James Almer <jamrial at gmail.com>:
>>
>> The rescaling can be done at muxing/encoding time, for formats that require it.
> 
> Doesn't this need a micro version bump?

No. The way these readers set the values is irrelevant. Writers will
either convert them to floats (Matroska, where rescaling is ultimately
unneeded), or effectively rescale them themselves
(h264/h465/vp9/av1/mp4, where it's required).

See 00fd38f1846a3c889b6ec645107eaea415b99840.

> 
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 



More information about the ffmpeg-devel mailing list