[MPlayer-dev-eng] last printf in libaf
Diego Biurrun
diego at biurrun.de
Tue Mar 14 09:59:50 CET 2006
On Mon, Mar 13, 2006 at 09:04:38PM -0400, Reynaldo H. Verdejo Pinochet wrote:
> Hope is ok to commit, is the last one on libaf
Looks good to me.
> --- libaf/format.c 18 Aug 2005 11:37:16 -0000 1.3
> +++ libaf/format.c 14 Mar 2006 01:01:26 -0000
> @@ -113,7 +114,7 @@
> case(AF_FORMAT_IMA_ADPCM):
> i+=snprintf(&str[i],size-i,"IMA-ADPCM "); break;
> default:
> - printf("Unknown special\n");
> + af_msg(AF_MSG_ERROR,MSGTR_AF_FORMAT_UnknownSpecial);
WTH is meant here by unknown special anyway?
Diego
More information about the MPlayer-dev-eng
mailing list