[soc]: r4493 - wmapro/wma3dec.c
21 Jun
2009
21 Jun
'09
11:12 a.m.
Author: faust3 Date: Sun Jun 21 13:12:21 2009 New Revision: 4493 Log: Fix typo in ask for sample message Modified: wmapro/wma3dec.c Modified: wmapro/wma3dec.c ============================================================================== --- wmapro/wma3dec.c Sat Jun 20 17:31:32 2009 (r4492) +++ wmapro/wma3dec.c Sun Jun 21 13:12:21 2009 (r4493) @@ -1534,7 +1534,7 @@ static void save_bits(WMA3DecodeContext buflen = (s->num_saved_bits + len + 8) >> 3; if (len <= 0 || buflen > MAX_FRAMESIZE) { - ff_log_ask_for_sample(s->avctx, "input buffer to small\n"); + ff_log_ask_for_sample(s->avctx, "input buffer too small\n"); s->packet_loss = 1; return; }
6239
Age (days ago)
6239
Last active (days ago)
0 comments
1 participants
participants (1)
-
faust3