]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/s302m.c
Move ff_dlog from lavc to lavu.
[ffmpeg] / libavcodec / s302m.c
index 24130d8786d32dc43705bb05147099ce30f99919..789158377906b624853278b4dd846821c548c251 100644 (file)
@@ -225,6 +225,6 @@ AVCodec ff_s302m_decoder = {
     .id             = AV_CODEC_ID_S302M,
     .priv_data_size = sizeof(S302Context),
     .decode         = s302m_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
     .priv_class     = &s302m_class,
 };