mp4 and generic: produce codec string with "p" prefix for profile.
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Wed, 20 Aug 2014 23:38:15 +0000 (20:38 -0300)
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Wed, 20 Aug 2014 23:38:15 +0000 (20:38 -0300)
commitc215dc2bc559c6f5911436af617f6c23fd467889
tree477b96423e046cc15b181689cb7eb346b7acc146
parent9e4a5d8106d127fd1503bbbeab12263ab362e4fa
mp4 and generic: produce codec string with "p" prefix for profile.

we do match for "-p" to search profile, thus we must prefix the
profile string with "p" otherwise it won't match in DLNA processing.
src/plugins/generic/generic.c
src/plugins/mp4/mp4.c