[vlc-commits] live555: dtsgen: reset depth on seek
Francois Cartegnie
git at videolan.org
Tue Aug 21 14:22:21 CEST 2018
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Aug 21 13:29:38 2018 +0200| [e23d2ab5a363a7d36af5138edb2b611325f701d2] | committer: Francois Cartegnie
live555: dtsgen: reset depth on seek
(cherry picked from commit fe0fecf5d8c1bd00f1655658c0671e5a9109c6ec)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e23d2ab5a363a7d36af5138edb2b611325f701d2
---
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 421d9f9e62..6350735f7c 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