mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove likely wrong reseting of align_iframe
same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b958a7f111
commit
c4194cc606
@ -1173,8 +1173,6 @@ static int mpeg_mux_write_packet(AVFormatContext *ctx, AVPacket *pkt)
|
||||
stream->bytes_to_iframe = av_fifo_size(&stream->fifo);
|
||||
stream->align_iframe = 1;
|
||||
stream->vobu_start_pts = pts;
|
||||
} else {
|
||||
stream->align_iframe = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user