cosmetics: Align codec declarations
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -627,5 +627,5 @@ AVCodec ff_vqa_decoder = {
|
||||
.close = vqa_decode_end,
|
||||
.decode = vqa_decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Westwood Studios VQA (Vector Quantized Animation) video"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Westwood Studios VQA (Vector Quantized Animation) video"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user