avcodec: do not clobber the direct rendering flag
The direct rendering flag used to gated certain code paths from hardware decoding. Nowadays, the flag is not checked when hardware decoding is active, so there are no needs to clobber it anymore. This allows using direct rendering when falling back from hardware decoding to software decoding.
Showing
Please register or sign in to comment