]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow
[ffmpeg] / ffmpeg_opt.c
index eefd8f00ec7b0579a398b91f7ee543ee0560647b..eeacf5828cc21b6d1b4888be00cf1cf4d1f6ade4 100644 (file)
@@ -1152,7 +1152,6 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
         input_streams[source_index]->st->discard = AVDISCARD_NONE;
     }
     ost->last_mux_dts = AV_NOPTS_VALUE;
-    ost->last_mux_dts_plus_duration = AV_NOPTS_VALUE;
 
     return ost;
 }