mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
In mov demuxer, export .mov encoder metadata tag
Originally committed as revision 25757 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9d9c3e1a70
commit
2b91d83ef3
@ -154,6 +154,7 @@ static int mov_read_udta_string(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||
case MKTAG(0xa9,'d','a','y'): key = "date"; break;
|
||||
case MKTAG(0xa9,'g','e','n'): key = "genre"; break;
|
||||
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( 'd','e','s','c'): key = "description";break;
|
||||
case MKTAG( 'l','d','e','s'): key = "synopsis"; break;
|
||||
|
Loading…
Reference in New Issue
Block a user