mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
mov: add more udta meta data recognition
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2dd0da787c
commit
8ee6db393c
@ -312,6 +312,9 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom atom)
|
||||
case MKTAG(0xa9,'t','o','o'):
|
||||
case MKTAG(0xa9,'s','w','r'): key = "encoder"; break;
|
||||
case MKTAG(0xa9,'e','n','c'): key = "encoder"; break;
|
||||
case MKTAG(0xa9,'m','a','k'): key = "make"; break;
|
||||
case MKTAG(0xa9,'m','o','d'): key = "model"; break;
|
||||
case MKTAG(0xa9,'x','y','z'): key = "location"; break;
|
||||
case MKTAG( 'd','e','s','c'): key = "description";break;
|
||||
case MKTAG( 'l','d','e','s'): key = "synopsis"; break;
|
||||
case MKTAG( 't','v','s','h'): key = "show"; break;
|
||||
|
Loading…
Reference in New Issue
Block a user