Skip to content
Snippets Groups Projects
Commit 95f3c859 authored by John Stebbins's avatar John Stebbins Committed by Derek Buitenhuis
Browse files

movenc: use correct tag list for AVOutputFormat.codec_tag


ff_mp4_obj_type contains the wrong type of tags for
AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
validate AVCodecParameters.codec_tag so needs to be the same
type of tag.

Creates new tag lists for mp4 and ismv.  New tag lists support
same list of codecs found in ff_mp4_obj_type. psp uses the same
tag list as mp4 since these both use mp4_get_codec_tag to look up tags.

(cherry picked from commit 713efb2c)
Signed-off-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent d086e404
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment