[FFmpeg-cvslog] avformat/hlsenc: removed empty/unused print_encryption_tag function
Christian Suloway
git at videolan.org
Tue Jun 16 17:06:00 CEST 2015
ffmpeg | branch: master | Christian Suloway <csuloway at row44.com> | Tue Jun 16 09:15:56 2015 -0500| [7e871d6999fdd7c728e4df5d2b0db3715d0ad955] | committer: Michael Niedermayer
avformat/hlsenc: removed empty/unused print_encryption_tag function
Signed-off-by: Christian Suloway <csuloway at globaleagleent.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e871d6999fdd7c728e4df5d2b0db3715d0ad955
---
libavformat/hlsenc.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 68c6479..cf29f4f 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -310,10 +310,6 @@ static void hls_free_segments(HLSSegment *p)
}
}
-static void print_encryption_tag(HLSContext *hls, HLSSegment *en)
-{
-}
-
static int hls_window(AVFormatContext *s, int last)
{
HLSContext *hls = s->priv_data;
More information about the ffmpeg-cvslog
mailing list