On Thu, 31 Aug 2017 22:56:53 +0800 Steven Liu <[email protected]> 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 <[email protected]> > > v3 fixed: > 1. rename header file pre defined > 2. add ff_ prefix for the internal API > Suggested-by: James Almer <[email protected]> > > Suggested-by: Timo Rothenpieler <[email protected]> > Signed-off-by: Steven Liu <[email protected]> > --- > 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. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
