Mercurial > mplayer.hg
changeset 20700:45086015c50d
Fix an obvious typo.
author | eugeni |
---|---|
date | Sun, 05 Nov 2006 17:32:18 +0000 |
parents | d46e820e31df |
children | 118af5ff4b1d |
files | libmpdemux/demux_avi.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_avi.c Sun Nov 05 17:31:28 2006 +0000 +++ b/libmpdemux/demux_avi.c Sun Nov 05 17:32:18 2006 +0000 @@ -54,7 +54,7 @@ // workaround old mencoder's bug: if(sh->audio.dwSampleSize==1 && sh->audio.dwScale==1 && (sh->wf->nBlockAlign==1152 || sh->wf->nBlockAlign==576)){ - mp_msg(MSGT_DEMUX,MSGL_WARN,MSGTR_MSGTR_WorkAroundBlockAlignHeaderBug); + mp_msg(MSGT_DEMUX,MSGL_WARN,MSGTR_WorkAroundBlockAlignHeaderBug); priv->audio_block_size=1; } }