mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
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:
@ -734,7 +734,7 @@ AVCodec ff_smacker_decoder = {
|
||||
.close = decode_end,
|
||||
.decode = decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Smacker video"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Smacker video"),
|
||||
};
|
||||
|
||||
AVCodec ff_smackaud_decoder = {
|
||||
@ -745,5 +745,5 @@ AVCodec ff_smackaud_decoder = {
|
||||
.init = smka_decode_init,
|
||||
.decode = smka_decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Smacker audio"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Smacker audio"),
|
||||
};
|
||||
|
Reference in New Issue
Block a user