]> git.sesse.net Git - vlc/commit
es_out: remove tautology
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 17 Mar 2015 19:38:31 +0000 (21:38 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 19 Mar 2015 17:56:09 +0000 (19:56 +0200)
commit49a0e82735cbc37003e196445a0faabca292f294
tree6c597c30a54213cc554c0f8daea0a5cd642f8aa0
parent621400186a49b282197267e588a030b425829a64
es_out: remove tautology

es->p_dec is obviously non-NULL when the loop starts, and the loop
cannot change the value.
src/input/es_out.c