hevc_parser: drop the use of SliceHeader
It is only used to store a few local variables within one function, which is better accomplished by just declaring them on stack explicitly.
Showing
Please
register
or
sign in
to comment
It is only used to store a few local variables within one function, which is better accomplished by just declaring them on stack explicitly.