]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flvdec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / flvdec.c
index 7337107469b7357d666bef537246217c337b9e75..ce7c722806f09ff2aa9a864b1b26d56742922aac 100644 (file)
@@ -127,7 +127,7 @@ AVCodec ff_flv_decoder = {
     .close          = ff_h263_decode_end,
     .decode         = ff_h263_decode_frame,
     .capabilities   = CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
-    .max_lowres= 3,
-    .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
-    .pix_fmts= ff_pixfmt_list_420,
+    .max_lowres     = 3,
+    .long_name      = NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
+    .pix_fmts       = ff_pixfmt_list_420,
 };