[FFmpeg-devel] [PATCH] avformat: add xvag demuxer
Nicolas George
george at nsup.org
Fri Oct 23 13:29:55 CEST 2015
Le duodi 2 brumaire, an CCXXIV, Paul B Mahol a écrit :
> + if (memcmp(p->buf, "XVAG", 4))
> + return 0;
> + return AVPROBE_SCORE_MAX;
MAX seems a bit high for just four ASCII characters at the beginning. It
would match a text file starting with "XVAG file format specification" for
example.
> + .long_name = NULL_IF_CONFIG_SMALL("XVAG"),
Not very helpful.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151023/ceb0f747/attachment.sig>
More information about the ffmpeg-devel
mailing list