[vlc-commits] live555: dtsgen: reset depth on seek

Francois Cartegnie git at videolan.org
Tue Aug 21 14:21:02 CEST 2018


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Aug 21 13:29:38 2018 +0200| [fe0fecf5d8c1bd00f1655658c0671e5a9109c6ec] | committer: Francois Cartegnie

live555: dtsgen: reset depth on seek

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

 modules/access/live555_dtsgen.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/live555_dtsgen.h b/modules/access/live555_dtsgen.h
index e001f4c24d..d80c5cc079 100644
--- a/modules/access/live555_dtsgen.h
+++ b/modules/access/live555_dtsgen.h
@@ -48,6 +48,7 @@ static void dtsgen_Init(struct dtsgen_t *d)
 static void dtsgen_Resync(struct dtsgen_t *d)
 {
     d->count = 0;
+    d->reorderdepth = 0;
 }
 
 #define dtsgen_Clean(d)



More information about the vlc-commits mailing list