Fix raw vc1 decoding - this is supposed to break FATE.
Patch by Michael. Originally committed as revision 23582 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
				
					committed by
					
						
						Carl Eugen Hoyos
					
				
			
			
				
	
			
			
			
						parent
						
							07ff7825b6
						
					
				
				
					commit
					1c1697117d
				
			@@ -283,6 +283,7 @@ static int video_read_header(AVFormatContext *s,
 | 
			
		||||
                st->codec->codec_id == CODEC_ID_MPEG4 ||
 | 
			
		||||
                st->codec->codec_id == CODEC_ID_DIRAC ||
 | 
			
		||||
                st->codec->codec_id == CODEC_ID_DNXHD ||
 | 
			
		||||
                st->codec->codec_id == CODEC_ID_VC1   ||
 | 
			
		||||
                st->codec->codec_id == CODEC_ID_H264) {
 | 
			
		||||
        st->codec->time_base= (AVRational){1,25};
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user