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

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jun 17 00:03:20 EEST 2018


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.
Thank you!

Please comment, Carl Eugen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavc-dpx-Support-10-bit-packing-method-b-msbpad.patch
Type: text/x-patch
Size: 2531 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180616/ff27cb9f/attachment.bin>


More information about the ffmpeg-devel mailing list