Clément Bœsch <u <at> pkh.me> writes: > +static int pgmyuv_probe(AVProbeData *p) > +{ > + int ret = pgmx_probe(p); > + return ret && av_match_ext(p->filename, "pgmyuv") ? ret : 0;
You could add a comment that this format was invented within FFmpeg, I hadn't realized this. And you could check for positive resolutions if you want to improve probing. Did you run the probe test for the new functions? Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel