summaryrefslogtreecommitdiffstats
path: root/gst-libs/ext/mplex/yuv4mpeg_ratio.cc
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-08-13 21:09:20 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-08-13 21:09:20 +0000
commit031df7c737eb6e100a2653cd0640c4d66fae2dfe (patch)
tree6ef712cb88ad71ec6e6bc9561aabea5fe057ecd2 /gst-libs/ext/mplex/yuv4mpeg_ratio.cc
parentc6062bcdd303ba29c1733ea1800f779c1b726c71 (diff)
downloadgst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.tar.gz
gst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.tar.bz2
gst-plugins-bad-031df7c737eb6e100a2653cd0640c4d66fae2dfe.zip
so bug cannot be closed yet
Original commit message from CVS: Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
Diffstat (limited to 'gst-libs/ext/mplex/yuv4mpeg_ratio.cc')
-rw-r--r--gst-libs/ext/mplex/yuv4mpeg_ratio.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/mplex/yuv4mpeg_ratio.cc b/gst-libs/ext/mplex/yuv4mpeg_ratio.cc
index a20a2373..e02be676 100644
--- a/gst-libs/ext/mplex/yuv4mpeg_ratio.cc
+++ b/gst-libs/ext/mplex/yuv4mpeg_ratio.cc
@@ -109,7 +109,7 @@ y4m_ratio_reduce (y4m_ratio_t * r)
int
y4m_parse_ratio (y4m_ratio_t * r, const char *s)
{
- char *t = strchr (s, ':');
+ const char *t = strchr (s, ':');
if (t == NULL)
return Y4M_ERR_RANGE;