[MPlayer-cvslog] r28476 - trunk/libmpdemux/demux_mov.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Feb 7 16:39:29 CET 2009
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?
More information about the MPlayer-cvslog
mailing list