radv/video: Fix encode slice control
What does this MR do and why?
radv/video: Fix H264 slice control
This needs to use aligned size, otherwise it will output two
slices when the size is not 16 aligned.
Fixes: 54d499818ca ("radv/video: add initial support for encoding with h264.")