change \0xa9enc tag metadata name to encoder to match id3v2
Originally committed as revision 20469 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									0d32307dd2
								
							
						
					
					
						commit
						a4cb56aaf4
					
				@ -115,7 +115,7 @@ static int mov_read_udta_string(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
 | 
			
		||||
    case MKTAG(0xa9,'d','a','y'): key = "year";      break;
 | 
			
		||||
    case MKTAG(0xa9,'g','e','n'): key = "genre";     break;
 | 
			
		||||
    case MKTAG(0xa9,'t','o','o'):
 | 
			
		||||
    case MKTAG(0xa9,'e','n','c'): key = "muxer";     break;
 | 
			
		||||
    case MKTAG(0xa9,'e','n','c'): key = "encoder";   break;
 | 
			
		||||
    case MKTAG( 't','r','k','n'): key = "track";
 | 
			
		||||
        parse = mov_metadata_trkn; break;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user