]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoserdec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / nellymoserdec.c
index 9d3798386640dc750eb7f7c655bd3cabae881fa2..8aad104ae4ad9803f7aaa3009ed98ce9edc7cd32 100644 (file)
@@ -227,7 +227,7 @@ AVCodec ff_nellymoser_decoder = {
     .close          = decode_end,
     .decode         = decode_tag,
     .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_PARAM_CHANGE,
-    .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
+    .long_name      = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
     .sample_fmts    = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLT,
                                                       AV_SAMPLE_FMT_S16,
                                                       AV_SAMPLE_FMT_NONE },