generic: minimal libav adjustments
authorLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Tue, 11 Feb 2014 17:26:51 +0000 (15:26 -0200)
committerLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Tue, 11 Feb 2014 17:30:21 +0000 (15:30 -0200)
commit0d7677025e945c967db429b7bcf5b160c1fcc0d3
tree6ef5d101327ca76bfe297083826572233a5c40bb
parent057c8b1f7bb52396dceb10bc9687ad29513dfac4
generic: minimal libav adjustments

Since libav doesn't implement the avcodec_get_name() util function we
need to implement the AVCodecDescriptor handling in our side.

Libav will also need the AV_OPT_SEARCH_FAKE_OBJ flag to retrieve the
ts_packetsize.
src/plugins/generic/generic.c