]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libgsmdec.c
ffplay: drop lock manager use
[ffmpeg] / libavcodec / libgsmdec.c
index a503215f679b0be08590e3f2e3c2caaad06ce52d..89e1de0fed7637cac7d4f6c6a6807c160358d5a4 100644 (file)
@@ -135,6 +135,7 @@ AVCodec ff_libgsm_decoder = {
     .decode         = libgsm_decode_frame,
     .flush          = libgsm_flush,
     .capabilities   = AV_CODEC_CAP_DR1,
+    .wrapper_name   = "libgsm",
 };
 #endif
 #if CONFIG_LIBGSM_MS_DECODER
@@ -149,5 +150,6 @@ AVCodec ff_libgsm_ms_decoder = {
     .decode         = libgsm_decode_frame,
     .flush          = libgsm_flush,
     .capabilities   = AV_CODEC_CAP_DR1,
+    .wrapper_name   = "libgsm",
 };
 #endif