On Fri, Dec 19, 2014 at 06:22:30PM +0100, Nicolas George wrote: > Le nonidi 29 frimaire, an CCXXIII, Michael Niedermayer a écrit : > > +#include "libavutil/ffversion.h" > > +char *av_codec_ffversion = "FFmpeg version " FFMPEG_VERSION; > > This defines two variables: a pointer, and an anonymous const array of chars > containing the string. Only the second one is needed, so I suggest: > > const char av_codec_ffversion[] = ...;
changed all other issues fixed too applied thanks to all [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel