support omiting various headers in mpeg4 as WMP seems to have difficulty with them
based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp) indention fixed uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
1
ffmpeg.c
1
ffmpeg.c
@@ -3265,6 +3265,7 @@ static void opt_output_file(const char *filename)
|
||||
video_enc->rc_eq = video_rc_eq;
|
||||
video_enc->debug = debug;
|
||||
video_enc->debug_mv = debug_mv;
|
||||
video_enc->workaround_bugs = workaround_bugs;
|
||||
video_enc->thread_count = thread_count;
|
||||
p= video_rc_override_string;
|
||||
for(i=0; p; i++){
|
||||
|
Reference in New Issue
Block a user