On 21/11/14 23:56, Martin Storsjö wrote: > From: Xidorn Quan <[email protected]> > > --- > libavformat/mov.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 39e6883..6c20fc2 100644 > --- a/libavformat/mov.c > +++ b/libavformat/mov.c > @@ -280,6 +280,8 @@ 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; >
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
