[FFmpeg-devel] [PATCH]lavf/gsmdec: Add a probe function

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Apr 5 12:36:44 CEST 2016


Paul B Mahol <onemda <at> gmail.com> writes:

> > Are you unhappy with the probe function?
> > Is it too hard or too soft?
> 
> It seems it breaks fate.

The gsm muxer (not the probe function) broke fate 
because I badly edited allformats.c and "removed" 
the gif demuxer: As said, I consider this an 
interesting effect.

+    REGISTER_MUXDEMUX(GSM,              gsm);
     REGISTER_DEMUXER (GENH,             genh);
     REGISTER_MUXDEMUX(GIF,              gif);
     REGISTER_DEMUXER (GSM,              gsm);
(Note the two gsm demuxers)

Carl Eugen



More information about the ffmpeg-devel mailing list