We should not rebuild a lot of Qt files when changing the subpictures.
It's still included in vlc_codec.h so all encoders/decoders are still
impacted by such changes.
src/input/decoder.c:2232: warning: argument 'p_dec' of command @param is not found in the argument list of vlc_input_decoder_Decode(vlc_input_decoder_t *p_owner, vlc_frame_t *frame, bool b_do_pace)
src/input/decoder.c:2232: warning: The following parameters of vlc_input_decoder_Decode(vlc_input_decoder_t *p_owner, vlc_frame_t *frame, bool b_do_pace) are not documented:
parameter 'p_owner'
parameter 'b_do_pace'
include/vlc_decoder.h:49: warning: argument 'decoder' of command @param is not found in the argument list of vlc_input_decoder_Delete(vlc_input_decoder_t *p_owner)
include/vlc_decoder.h:49: warning: argument 'p_input' of command @param is not found in the argument list of vlc_input_decoder_Delete(vlc_input_decoder_t *p_owner)
include/vlc_decoder.h:49: warning: argument 'p_es' of command @param is not found in the argument list of vlc_input_decoder_Delete(vlc_input_decoder_t *p_owner)
include/vlc_decoder.h:49: warning: The following parameter of vlc_input_decoder_Delete(vlc_input_decoder_t *p_owner) is not documented:
parameter 'p_owner'
include/vlc_decoder.h:49: warning: found documented return type for vlc_input_decoder_Delete that does not return anything