[FFmpeg-devel] [PATCH]lavc/dpx: Support 10-bit packing method b (msbpad)

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jun 21 20:46:13 EEST 2018


2018-06-16 23:03 GMT+02:00, Carl Eugen Hoyos <ceffmpeg at gmail.com>:
> 2018-06-16 21:32 GMT+02:00, Jerome Martinez <jerome at mediaarea.net>:
>> On 16/06/2018 17:49, Carl Eugen Hoyos wrote:
>
>>> +    *lbuf = (*lbuf << 10) | (*lbuf >> shift);
>>
>> Padding bits are 0 in all DPX files I have seen up to now
>> but in theory padding bits are not defined
>
> Of course not, new patch attached.

Patch applied.

Carl Eugen


More information about the ffmpeg-devel mailing list