]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2dec.c
Simplify initialization of a few direct mode related variables.
[ffmpeg] / libavcodec / wmv2dec.c
index c88ca77b0578bb809e8cb65985f4a52852e4dd49..696d73bccef1fdbb8f3fde371a38eada23411f65 100644 (file)
@@ -492,4 +492,5 @@ AVCodec wmv2_decoder = {
     wmv2_decode_end,
     ff_h263_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1,
+    .long_name = NULL_IF_CONFIG_SMALL("Windows Media Video 8"),
 };