mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +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:
@ -532,5 +532,5 @@ AVCodec ff_ralf_decoder = {
|
||||
.decode = decode_frame,
|
||||
.flush = decode_flush,
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealAudio Lossless")
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealAudio Lossless"),
|
||||
};
|
||||
|
Reference in New Issue
Block a user