]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
vda: merge implementation into one file.
[ffmpeg] / libavcodec / roqvideodec.c
index 9adfd5dc4333669c124748908f02d1af8de4a749..f6bf67d3b119b7f6b5463506936bd4657d9b1a6d 100644 (file)
@@ -231,7 +231,7 @@ static av_cold int roq_decode_end(AVCodecContext *avctx)
 AVCodec ff_roq_decoder = {
     .name           = "roqvideo",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_ROQ,
+    .id             = AV_CODEC_ID_ROQ,
     .priv_data_size = sizeof(RoqContext),
     .init           = roq_decode_init,
     .close          = roq_decode_end,