Re: [FFmpeg-devel] [PATCH 2/3] hls: get/set protocol options through the AVIOContext

2016-03-15 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH 2/3] hls: get/set protocol options through the AVIOContext

2016-03-14 Thread Schenk, Michael
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

[FFmpeg-devel] [PATCH 2/3] hls: get/set protocol options through the AVIOContext

2016-03-14 Thread Hendrik Leppkes
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