I would like to build an H.264 video decoder using MMAL. I have used the following example as the starting point for this: https://github.com/raspberrypi/userland/blob/master/interface/mmal/test/examples/example_basic_1.c It looks like an application suitable for decoding H.264 Annex B files, but gi...