intel / libyami-utils

Libyami Utilities
Apache License 2.0
24 stars 45 forks source link

Properly initialize VideoDecodeBuffer #135

Closed uartie closed 5 years ago

uartie commented 5 years ago

libyami introduced VIDEO_DECODE_BUFFER_FLAG_FRAME_END and uses it in avc/hevc decoder to stop frame decoding in some cases. Thus, it is necessary to properly initialize the VideoDecodeBuffer so that VIDEO_DECODE_BUFFER_FLAG_FRAME_END is not erroneously and arbitrarily set.

Fixes #134

Signed-off-by: U. Artie Eoff ullysses.a.eoff@intel.com

uartie commented 5 years ago

@wangzj0601 can this be included in 1.3.1 release?

xuguangxin commented 5 years ago

U.Artie, +1, thanks