Commit 94286172 authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo in 192kHz case in flac packetizer.

parent 3d1cc93d
......@@ -955,7 +955,7 @@ static int SyncInfo( decoder_t *p_dec, uint8_t *p_buf,
break;
case 3:
*pi_sample_rate = 19200;
*pi_sample_rate = 192000;
break;
case 4:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment