comparison mov.c @ 5618:27fd77f20a89 libavformat

Add a list of generic tags and change demuxers to follow it. Patch by Anton Khirnov, wyskas at gmail dot com
author pross
date Mon, 01 Feb 2010 11:39:10 +0000
parents fc7b009926b5
children 7dab04a73364
comparison
equal deleted inserted replaced
5617:f50eb231b06a 5618:27fd77f20a89
111 case MKTAG( 'c','p','r','t'): 111 case MKTAG( 'c','p','r','t'):
112 case MKTAG(0xa9,'c','p','y'): key = "copyright"; break; 112 case MKTAG(0xa9,'c','p','y'): key = "copyright"; break;
113 case MKTAG(0xa9,'c','m','t'): 113 case MKTAG(0xa9,'c','m','t'):
114 case MKTAG(0xa9,'i','n','f'): key = "comment"; break; 114 case MKTAG(0xa9,'i','n','f'): key = "comment"; break;
115 case MKTAG(0xa9,'a','l','b'): key = "album"; break; 115 case MKTAG(0xa9,'a','l','b'): key = "album"; break;
116 case MKTAG(0xa9,'d','a','y'): key = "year"; break; 116 case MKTAG(0xa9,'d','a','y'): key = "date"; break;
117 case MKTAG(0xa9,'g','e','n'): key = "genre"; break; 117 case MKTAG(0xa9,'g','e','n'): key = "genre"; break;
118 case MKTAG(0xa9,'t','o','o'): 118 case MKTAG(0xa9,'t','o','o'):
119 case MKTAG(0xa9,'e','n','c'): key = "encoder"; break; 119 case MKTAG(0xa9,'e','n','c'): key = "encoder"; break;
120 case MKTAG( 'd','e','s','c'): key = "description";break; 120 case MKTAG( 'd','e','s','c'): key = "description";break;
121 case MKTAG( 'l','d','e','s'): key = "synopsis"; break; 121 case MKTAG( 'l','d','e','s'): key = "synopsis"; break;