comparison movenc.c @ 2106:eb66f83e9562 libavformat

typo
author aurel
date Wed, 30 May 2007 10:04:37 +0000
parents ea6094e10af8
children d5e89ef58c3b
comparison
equal deleted inserted replaced
2105:f42ab3fae0ec 2106:eb66f83e9562
847 put_be16(pb, 0); /* reserved (quality) */ 847 put_be16(pb, 0); /* reserved (quality) */
848 848
849 if(version!=0 && track->mode == MODE_MOV){ 849 if(version!=0 && track->mode == MODE_MOV){
850 av_log(NULL, AV_LOG_ERROR, 850 av_log(NULL, AV_LOG_ERROR,
851 "FATAL error, file duration too long for timebase, this file will not be\n" 851 "FATAL error, file duration too long for timebase, this file will not be\n"
852 "playable with quicktime. Choose a differnt timebase or a different\n" 852 "playable with quicktime. Choose a different timebase or a different\n"
853 "container format\n"); 853 "container format\n");
854 } 854 }
855 855
856 return 32; 856 return 32;
857 } 857 }