PyAV
PyAV copied to clipboard
Expose bits_per_coded_sample on VideoCodecContext
qtrle decoder needs bits_per_coded_sample to be set when decoding a packet.
Can we have a unit test which exercises the getter and setter please?
In addition to jlaine's comments, this needs to be redone with the new style property attribute and it needs the type hint.