[FFmpeg-devel] [PATCH] avcodec/parser: move parsers list and related API to its own file

James Almer jamrial at gmail.com
Sat Jul 21 22:23:08 EEST 2018


On 7/21/2018 2:58 PM, Rostislav Pehlivanov wrote:
> On 21 July 2018 at 18:28, James Almer <jamrial at gmail.com> wrote:
> 
>> And add it to the list of configurable components in Makefile, so changes
>> to
>> the file will be tracked and the usual warning to suggest re-running
>> configure
>> will be shown.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  Makefile             |   1 +
>>  configure            |   2 +-
>>  libavcodec/Makefile  |   1 +
>>  libavcodec/parser.c  |  85 ----------------------------------
>>  libavcodec/parsers.c | 106 +++++++++++++++++++++++++++++++++++++++++++
>>  5 files changed, 109 insertions(+), 86 deletions(-)
>>  create mode 100644 libavcodec/parsers.c
> 
> Looks fine

Pushed, thanks.


More information about the ffmpeg-devel mailing list