pesintta / vdr-plugin-vaapidevice

VDR VAAPIDevice Plug-in
9 stars 12 forks source link

Osd issue #69

Closed 9000h closed 6 years ago

9000h commented 6 years ago

https://github.com/pesintta/vdr-plugin-vaapidevice/blob/9da06d67dac1c77231787538e98635403c891059/video.c#L3900

is the logic right here or should it be ||

pesintta commented 6 years ago

It looks right to me. If either of the variables is allowed to be zero the memset() below has no effect.