[Ffmpeg-devel] [PATCH] Show Subversion revision number in the version string
Corey Hickey
bugfood-ml
Mon Jun 19 17:13:09 CEST 2006
?smail D?nmez wrote:
> ===================================================================
> --- libavcodec/avcodec.h (revision 5498)
> +++ libavcodec/avcodec.h (working copy)
> @@ -14,9 +14,8 @@
> #include "avutil.h"
> #include <sys/types.h> /* size_t */
>
> -//FIXME the following 2 really dont belong in here
> +//FIXME the following really dont belong in here
> #define FFMPEG_VERSION_INT 0x000409
> -#define FFMPEG_VERSION "HEAD"
>
> #define AV_STRINGIFY(s) AV_TOSTRING(s)
> #define AV_TOSTRING(s) #s
Just a very small nitpick: that should be "really doesn't belong".
"Don't" is plural and "doesn't" is singular.
-Corey
More information about the ffmpeg-devel
mailing list