]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/escape124.c
avcodec/x86/dsputil_init: move ff_idct_xvid_mmxext init
[ffmpeg] / libavcodec / escape124.c
index d0a964fee534fa828d0d8eb8e41f64e3d5807962..a050fcb4e966c36e7ed39ab03c5cb8c280b35256 100644 (file)
@@ -362,6 +362,7 @@ static int escape124_decode_frame(AVCodecContext *avctx,
 
 AVCodec ff_escape124_decoder = {
     .name           = "escape124",
+    .long_name      = NULL_IF_CONFIG_SMALL("Escape 124"),
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_ESCAPE124,
     .priv_data_size = sizeof(Escape124Context),
@@ -369,5 +370,4 @@ AVCodec ff_escape124_decoder = {
     .close          = escape124_decode_close,
     .decode         = escape124_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name      = NULL_IF_CONFIG_SMALL("Escape 124"),
 };