Mercurial > mplayer.hg
comparison libmpdemux/muxer_mpeg.c @ 17366:934380353fd6
massive attack: mp_msg printf format fixes
author | rathann |
---|---|
date | Thu, 12 Jan 2006 20:04:36 +0000 |
parents | bbf5438d646a |
children | fa17424b4c7b |
comparison
equal
deleted
inserted
replaced
17365:e2ca21ac42ce | 17366:934380353fd6 |
---|---|
1777 case 60000: | 1777 case 60000: |
1778 return 1537538; | 1778 return 1537538; |
1779 case 60060: | 1779 case 60060: |
1780 return 1536000; | 1780 return 1536000; |
1781 default: | 1781 default: |
1782 mp_msg(MSGT_MUXER, MSGL_ERR, "ERROR! unknown fps code: %d", fps); | 1782 mp_msg(MSGT_MUXER, MSGL_ERR, "ERROR! unknown fps code: %d", (int)(fps*1001+0.5)); |
1783 return 0; | 1783 return 0; |
1784 } | 1784 } |
1785 } | 1785 } |
1786 | 1786 |
1787 | 1787 |