On Mon, Mar 14, 2016 at 12:22:34PM +0100, Hendrik Leppkes wrote:
> This avoids directly accessing the void opaque type.
> ---
> libavformat/hls.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
this and the revert should be ok (merged or non merged, whatever is
preferred)
independa
devel@ffmpeg.org
Betreff: [FFmpeg-devel] [PATCH 2/3] hls: get/set protocol options through the
AVIOContext
This avoids directly accessing the void opaque type.
---
libavformat/hls.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
This avoids directly accessing the void opaque type.
---
libavformat/hls.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index a6dcbd2..714d1e0 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -584,7 +584,7 @@ static int en