Hello,
When we deal with a resolution which has width/height non multiple of 16, do we need to make any special treatement in framework before decoding/encoding, or is there already such mechanism which take care that the frame will be in legal size when delivered to encoder/decoder ? will the frame always be encode/decode with success ?
[ according to h.264 datasheet "Decoder will be able to decode streams for which image width or height are non-multiples of 16. However note that during decoder creation,
maxHeight and maxWidth should be a multiple of 16. " , there is also simialr remark in encoder.]
Thank you,
Ran