Added 2 byte skipping if there no sound present, that fixes playback
files without sound stream.
---
libavformat/gdv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/gdv.c b/libavformat/gdv.c
index 90692bd61c..32209320a7 100644
--- a/libavformat/gdv.c
+++ b/libavformat/gdv.c
@@
Added 2 byte skipping if there no sound present, that fixes playback
files without sound stream.
---
libavformat/gdv.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/gdv.c b/libavformat/gdv.c
index 90692bd61c..32209320a7 100644
--- a/libavformat/gdv.c
+++ b/libavformat/gdv.c
@@
Two files to check - with and without audio stream.
---
tests/Makefile | 1 +
tests/fate/gdv.mak | 8 ++
tests/ref/fate/gdv-nosound | 26
tests/ref/fate/gdv-sound | 351 +
4 files changed, 386 insertions(+)
create mode 10
Two files to check - with and without audio stream.
---
tests/Makefile | 1 +
tests/fate/gdv.mak | 8 ++
tests/ref/fate/gdv-nosound | 26 +++
tests/ref/fate/gdv-sound | 181 +
4 files changed, 216 insertions(+)
create mode