OSDN Git Service

stagefright-plugins: remove global dictionaries
authorScott Mertz <scott@cyngn.com>
Wed, 23 Dec 2015 00:19:59 +0000 (16:19 -0800)
committerScott Mertz <scott@cyngn.com>
Wed, 23 Dec 2015 00:19:59 +0000 (16:19 -0800)
commit6c898004bcd10b5e5a07173e37a7bbc8255bb702
tree1b4806210b93bb7287f33528f66f35aae168a873
parent21ef449a51236f1a2c0f58c28b41efb8519ad13b
stagefright-plugins: remove global dictionaries

The global dictionaries are only accessed from the ffmpeg extractor.
There is no use for them to be declared in one shared library and
accessed in another.

This has the benefit of fixing an issue where format_opts is not
initialized to NULL in some cases.

Change-Id: I57b39c82e29aa48fc852a9fbe8a2434885d407e6
extractor/FFmpegExtractor.cpp
utils/ffmpeg_cmdutils.c
utils/ffmpeg_cmdutils.h