diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-03-23 11:39:38 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-23 11:39:38 +0000 |
commit | 59fa3f96f48d12e189492ca3670991f91c316d4e (patch) | |
tree | ae48ff025bfcbbbbaadd39eb2dc5f507ab5f8b3a /ffmpeg.c | |
parent | 0d23cb8439955db47c53081726df3e217632ed6c (diff) | |
download | ffmpeg-59fa3f96f48d12e189492ca3670991f91c316d4e.tar.gz |
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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++){ |