[vlc-commits] pva: remove trailing characters

Alexandre Janniaux git at videolan.org
Mon Feb 15 15:06:10 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Mon Feb  1 11:35:17 2021 +0100| [d8bdf8998ddb9ae5a288ec6f668ee97fb740600b] | committer: Alexandre Janniaux

pva: remove trailing characters

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

 modules/demux/pva.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/pva.c b/modules/demux/pva.c
index 252de09298..f87a86be89 100644
--- a/modules/demux/pva.c
+++ b/modules/demux/pva.c
@@ -456,4 +456,3 @@ static void ParsePES( demux_t *p_demux )
     }
     es_out_Send( p_demux->out, p_sys->p_audio, p_pes );
 }
-



More information about the vlc-commits mailing list