]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init
[ffmpeg] / libavcodec / roqvideodec.c
index 85fdab7edb329e312750a5b7a80fc1fdbdb19757..8e7dffe5ccddb177b2794582ab69c7a559a1a140 100644 (file)
@@ -236,6 +236,7 @@ static av_cold int roq_decode_end(AVCodecContext *avctx)
 
 AVCodec ff_roq_decoder = {
     .name           = "roqvideo",
+    .long_name      = NULL_IF_CONFIG_SMALL("id RoQ video"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_ROQ,
     .priv_data_size = sizeof(RoqContext),
@@ -243,5 +244,4 @@ AVCodec ff_roq_decoder = {
     .close          = roq_decode_end,
     .decode         = roq_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("id RoQ video"),
 };