[FFmpeg-devel] [PATCH v3] avformat/dash: move reused API to common file and header file

wm4 nfxjfg at googlemail.com
Thu Aug 31 19:21:47 EEST 2017


On Thu, 31 Aug 2017 22:56:53 +0800
Steven Liu <lq at chinaffmpeg.org> wrote:

> move from dashenc, move DASHTmplId and dash_fill_tmpl_params to
> dash.c, they will be used by dash demuxer and dash muxer.
> 
> v2 fixed:
> 1. rename common file from dashcomm.* to dash.*
> Suggested-by: Hendrik Leppkes <h.leppkes at gmail.com>
> 
> v3 fixed:
> 1. rename header file pre defined
> 2. add ff_ prefix for the internal API
> Suggested-by: James Almer <jamrial at gmail.com>
> 
> Suggested-by: Timo Rothenpieler <timo at rothenpieler.org>
> Signed-off-by: Steven Liu <lq at onvideo.cn>
> ---
>  libavformat/Makefile  |   2 +-
>  libavformat/dash.c    | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/dash.h    |  39 +++++++++++++++
>  libavformat/dashenc.c | 130 ++---------------------------------------------
>  4 files changed, 180 insertions(+), 127 deletions(-)
>  create mode 100644 libavformat/dash.c
>  create mode 100644 libavformat/dash.h
> 

LGTM, assuming FATE passes, and you didn't make any semantic changes.


More information about the ffmpeg-devel mailing list