[FFmpeg-cvslog] r10107 - in trunk/libavcodec: msmpeg4.c msmpeg4data.c msmpeg4data.h msmpeg4tab.h

Ivan Kalvachev ikalvachev
Mon Aug 13 23:38:16 CEST 2007


2007/8/13, diego <subversion at mplayerhq.hu>:
> Author: diego
> Date: Mon Aug 13 19:57:06 2007
> New Revision: 10107
>
> Log:
> Move msmpeg4 tables from a header file to msmpegdata.c.
>
>
> Removed:
>    trunk/libavcodec/msmpeg4tab.h
> Modified:
>    trunk/libavcodec/msmpeg4.c
>    trunk/libavcodec/msmpeg4data.c
>    trunk/libavcodec/msmpeg4data.h
>
> Modified: trunk/libavcodec/msmpeg4.c

You could have moved the content of msmpeg4data.c into msmpeg4tab.h
and then rename msmpeg4tab.h into msmpeg4data.c.
As the msmpeg4data.c is only 50 lines, (half of them license header),
it would have preserved the most of svn history and make the patch as
small as possible.

Well, hopefully it shouldn't matter with git. (Or so I've heard).




More information about the ffmpeg-cvslog mailing list