[vlc-commits] Revert "g711: keep current block, since there could be samples left"

Rémi Denis-Courmont git at videolan.org
Wed Apr 13 20:57:48 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 13 21:57:44 2016 +0300| [39ee4be1a28b1939bdc5862c5cb6345dbeeaab22] | committer: Rémi Denis-Courmont

Revert "g711: keep current block, since there could be samples left"

This reverts commit 6328b40cbc773c6fd4886e65a0f7a3c221cee8df.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39ee4be1a28b1939bdc5862c5cb6345dbeeaab22
---

 modules/codec/g711.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/codec/g711.c b/modules/codec/g711.c
index e5ba99a..0ac5fcc 100644
--- a/modules/codec/g711.c
+++ b/modules/codec/g711.c
@@ -291,8 +291,6 @@ static block_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
     p_block->p_buffer += samples;
     p_block->i_buffer -= samples;
 
-    *pp_block = p_block;
-
     return p_out;
 }
 



More information about the vlc-commits mailing list