]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmavoice.c
vaapi: mpeg2: fix slice_vertical_position calculation.
[ffmpeg] / libavcodec / wmavoice.c
index ebc6a59ae9e73dc02829e70b21434a0362904447..ef711141da1fc9dcf532c90269a109cedd6ea970 100644 (file)
@@ -2052,6 +2052,6 @@ AVCodec ff_wmavoice_decoder = {
     .close          = wmavoice_decode_end,
     .decode         = wmavoice_decode_packet,
     .capabilities   = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1,
-    .flush     = wmavoice_flush,
-    .long_name = NULL_IF_CONFIG_SMALL("Windows Media Audio Voice"),
+    .flush          = wmavoice_flush,
+    .long_name      = NULL_IF_CONFIG_SMALL("Windows Media Audio Voice"),
 };