Commit 3771f95a authored by michael's avatar michael

remove likely wrong reseting of align_iframe

same md5 with a short -t dvd encoding
fixes streamcopy of dvd


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9687 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a0a9a6d
...@@ -1173,8 +1173,6 @@ static int mpeg_mux_write_packet(AVFormatContext *ctx, AVPacket *pkt) ...@@ -1173,8 +1173,6 @@ static int mpeg_mux_write_packet(AVFormatContext *ctx, AVPacket *pkt)
stream->bytes_to_iframe = av_fifo_size(&stream->fifo); stream->bytes_to_iframe = av_fifo_size(&stream->fifo);
stream->align_iframe = 1; stream->align_iframe = 1;
stream->vobu_start_pts = pts; stream->vobu_start_pts = pts;
} else {
stream->align_iframe = 0;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment