projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b958a7f
)
remove likely wrong reseting of align_iframe
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 15 Jul 2007 18:24:39 +0000
(18:24 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 15 Jul 2007 18:24:39 +0000
(18:24 +0000)
same md5 with a short -t dvd encoding
fixes streamcopy of dvd
Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpegenc.c
patch
|
blob
|
history
diff --git
a/libavformat/mpegenc.c
b/libavformat/mpegenc.c
index e50d824aa8c4e0c5683789fe26b7bf3787bc5bf1..2c304da94a13e2afb6836e222c45b02c72bf84e9 100644
(file)
--- a/
libavformat/mpegenc.c
+++ b/
libavformat/mpegenc.c
@@
-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;
}
}