vlc | branch: master | Steve Lhomme <[email protected]> | Mon Nov 4 16:47:51 2019 +0100| [d43d77f3072230f28d994398618765081304164e] | committer: Steve Lhomme
lpcm: remove stray whitespace > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d43d77f3072230f28d994398618765081304164e --- modules/codec/lpcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/lpcm.c b/modules/codec/lpcm.c index 9832e6db1a..38a3e9fcbf 100644 --- a/modules/codec/lpcm.c +++ b/modules/codec/lpcm.c @@ -1039,7 +1039,7 @@ static int BdHeader( decoder_sys_t *p_sys, default: return -1; } - switch( (h >> 8) & 0x0f ) + switch( (h >> 8) & 0x0f ) { case 1: *pi_rate = 48000; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
