7 Feb
2009
7 Feb
'09
10:39 a.m.
On Sat, Feb 07, 2009 at 04:29:22PM +0100, diego wrote:
@@ -2191,7 +2192,7 @@ if(trak->pos==0 && trak->stream_header_l if (samplenr < 0) vo_sub = NULL; else if (samplenr != priv->current_sub) { - sh_sub_t *sh = demuxer->sub->sh; + av_unused sh_sub_t *sh = demuxer->sub->sh;
Why didn't you just remove that one?