hyongmin
24th August 2016, 14:29
Hi All,
I don't whether this is good position to ask question about ffmpeg.
In FFMEG, the struct AVFrame->data[0] is 8bit, my question is how it store the 10bit data?
My investigation result is as following:
8bit value 10bit value()
32 x4 128
100 x4 400-256 144 where is the two MSB?
I don't whether this is good position to ask question about ffmpeg.
In FFMEG, the struct AVFrame->data[0] is 8bit, my question is how it store the 10bit data?
My investigation result is as following:
8bit value 10bit value()
32 x4 128
100 x4 400-256 144 where is the two MSB?