GSM support?

MOC version: 
svn 2020-08-29

Hi

Is it possible for moc to support gsm?

I have support in ffmpeg:

libgsm.so.1 => /usr/lib64/libgsm.so.1 (0x00007f90eeebc000)
and gsm-1.0.13-x86_64 installed.

I added a line to moc's config:
PreferredDecoders += gsm(ffmpeg)

However nothing shows when I'm in a directory with gsm files.

Thanks

Let me see if I can find some time to do some testing.

You can also try to test it yourself on your files by editing decoder_plugins/ffmpeg/ffmpeg.c and adding extensions you need to the list.

Thanks, that worked.