Changeset 37f79ec2ca5f7df7ac13a0a31b4b585bc87ba397

Show
Ignore:
Timestamp:
20/05/05 20:41:23 (4 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1116614483 +0000
git-parent:

[02ef6280a7a0b00d8390aa3253b7e6ba7b12005e]

git-author:
Christophe Massiot <massiot@videolan.org> 1116614483 +0000
Message:
  • modules/video_filter/mosaic.c: %lld -> I64Fd
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_filter/mosaic.c

    r02ef628 r37f79ec  
    413413            } 
    414414            else 
    415                 msg_Dbg( p_filter, "too late picture %lld for %s", 
     415                msg_Dbg( p_filter, "too late picture for %s (" I64Fd ")", 
    416416                         date - p_es->p_picture->date - p_sys->i_delay, 
    417417                         p_es->psz_id );