diff mbox

[FFmpeg-devel] avformat/hlsenc: refine the hlsenc code

Message ID 20170112050717.17775-1-lq@chinaffmpeg.org
State Accepted
Commit 3222786c5ad9f6ca94ca4cd80a4329a276d65aaa
Headers show

Commit Message

Liu Steven Jan. 12, 2017, 5:07 a.m. UTC
because the oc have been  potint to hls->avf or hls->vtt_avf
here is not needed point once again

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 libavformat/hlsenc.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Steven Liu Jan. 13, 2017, midnight UTC | #1
2017-01-12 13:07 GMT+08:00 Steven Liu <lq@chinaffmpeg.org>:

> because the oc have been  potint to hls->avf or hls->vtt_avf
> here is not needed point once again
>
> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
> ---
>  libavformat/hlsenc.c | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 772232b..fb98b01 100644
> --- a/libavformat/hlsenc.c
> +++ b/libavformat/hlsenc.c
> @@ -1298,11 +1298,6 @@ static int hls_write_packet(AVFormatContext *s,
> AVPacket *pkt)
>              return ret;
>          }
>
> -        if( st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE )
> -            oc = hls->vtt_avf;
> -        else
> -        oc = hls->avf;
> -
>          if ((ret = hls_window(s, 0)) < 0) {
>              av_free(old_filename);
>              return ret;
> --
> 2.10.1.382.ga23ca1b.dirty
>
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


applied



Thanks
diff mbox

Patch

diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 772232b..fb98b01 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -1298,11 +1298,6 @@  static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
             return ret;
         }
 
-        if( st->codecpar->codec_type == AVMEDIA_TYPE_SUBTITLE )
-            oc = hls->vtt_avf;
-        else
-        oc = hls->avf;
-
         if ((ret = hls_window(s, 0)) < 0) {
             av_free(old_filename);
             return ret;