]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Remove redundant setting of output format
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 29 Feb 2020 01:21:34 +0000 (02:21 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 7 May 2020 14:06:51 +0000 (16:06 +0200)
commit1ec0fb56a7640f740409110536aee97c0679c35c
tree80a50d29df82afbc551c63776926e70fef0fbc5e
parenta8d7393804ca9fe62f368071ef31c37da3e7d1d5
avformat/hlsenc: Remove redundant setting of output format

avformat_alloc_output_context2() already sets the oformat member, so
that there is no reason to overwrite it again with the value it already
has.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/hlsenc.c