[FFmpeg-soc] [soc]: r4187 - libavfilter/vf_setpts.c
victor
subversion at mplayerhq.hu
Thu Mar 26 22:54:53 CET 2009
Author: victor
Date: Thu Mar 26 22:54:53 2009
New Revision: 4187
Log:
The const_names array should be private to this filter.
Modified:
libavfilter/vf_setpts.c
Modified: libavfilter/vf_setpts.c
==============================================================================
--- libavfilter/vf_setpts.c Tue Mar 24 18:31:21 2009 (r4186)
+++ libavfilter/vf_setpts.c Thu Mar 26 22:54:53 2009 (r4187)
@@ -40,7 +40,7 @@
#include "avfilter.h"
-const char *const_names[]={
+static const char *const_names[]={
"PI",
"E",
"AVTB", ///< AV_TIME_BASE
More information about the FFmpeg-soc
mailing list