OSDN Git Service

hlsenc: remove the AVIOContext for the playlist from the muxer context
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 20 Feb 2015 11:54:57 +0000 (12:54 +0100)
committerMartin Storsjö <martin@martin.st>
Fri, 20 Feb 2015 21:55:27 +0000 (23:55 +0200)
commitff48ae94f90f6862dbe5b1e7397a1bda3150e200
tree1e1edbe101ff2e50729045736ce2ea7feaf918df
parentb8d18a94376c44dac9523dc3317259a30fc92f8b
hlsenc: remove the AVIOContext for the playlist from the muxer context

Its only used in one function, having it in the context serves no purpose.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/hlsenc.c