[FFmpeg-devel] [PATCH v5 3/3] avformat/hlsenc:addition of CODECS attribute in the master playlist
Dixit, Vishwanath
vdixit at akamai.com
Thu Nov 30 18:41:25 EET 2017
>On 11/30/17, 5:31 PM, "Steven Liu" <lingjiujianke at gmail.com> wrote:
>
> 2017-11-30 19:32 GMT+08:00 <vdixit at akamai.com>:
>> From: Vishwanath Dixit <vdixit at akamai.com>
>>
>> ---
>> libavformat/Makefile | 2 +-
>> libavformat/dashenc.c | 2 +-
>> libavformat/hlsenc.c | 65 +++++++++++++++++++++++++++++++++++++++++++++--
>> libavformat/hlsplaylist.c | 5 +++-
>> libavformat/hlsplaylist.h | 3 ++-
>> libavformat/reverse.c | 1 +
> Remove this modify if this have nothing to do.
This new wrapper file is needed, as the patch is using the function ff_reverse, which is defined in libavutil/reverse.c. Without this libavformat library compilation will fail with the same error as reported for libavdevice here https://trac.ffmpeg.org/ticket/6544.
More information about the ffmpeg-devel
mailing list