typo fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							
								
								
									
										2
									
								
								ffmpeg.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								ffmpeg.c
									
									
									
									
									
								
							@@ -1758,7 +1758,7 @@ static int av_encode(AVFormatContext **output_files,
 | 
				
			|||||||
    for(i=0;i<nb_output_files;i++) {
 | 
					    for(i=0;i<nb_output_files;i++) {
 | 
				
			||||||
        os = output_files[i];
 | 
					        os = output_files[i];
 | 
				
			||||||
        if (av_write_header(os) < 0) {
 | 
					        if (av_write_header(os) < 0) {
 | 
				
			||||||
            fprintf(stderr, "Could not write header for output file #%d (incorrect codec paramters ?)\n", i);
 | 
					            fprintf(stderr, "Could not write header for output file #%d (incorrect codec parameters ?)\n", i);
 | 
				
			||||||
            ret = -EINVAL;
 | 
					            ret = -EINVAL;
 | 
				
			||||||
            goto fail;
 | 
					            goto fail;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user