mp4: fix audio codec lookup, add video codec and extra information.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 10 Sep 2013 20:50:21 +0000 (17:50 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 10 Sep 2013 20:55:21 +0000 (17:55 -0300)
commitcf46fc1bc6e1dedbf988dcccb793dcaf67f587f9
treefefe713bb1abcd32970299db38ac487b6a53c29f
parent8f05e0689a8af1bbadd69b61996aa7570475022f
mp4: fix audio codec lookup, add video codec and extra information.

 * audio codec needed an spare NULL position before _codec_audio_mpeg4_tssi;
 * audio codec must lookup type if different from MP4_MPEG4_AUDIO_TYPE;
 * register stream language;
 * register audio stream sampling_rate;
 * register video stream framerate if it matches a known value;
 * register video stream bitrate;
 * register video stream codec;
 * register container as "mp4";
 * added authors.
src/plugins/mp4/mp4.c