projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11530e
)
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns...
author
Måns Rullgård
<mans@mansr.com>
Tue, 15 Jul 2003 22:15:37 +0000
(22:15 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 15 Jul 2003 22:15:37 +0000
(22:15 +0000)
Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpeg.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/mpeg.c
b/libavformat/mpeg.c
index
ad87178
..
68efa86
100644
(file)
--- a/
libavformat/mpeg.c
+++ b/
libavformat/mpeg.c
@@
-75,7
+75,7
@@
static int put_pack_header(AVFormatContext *ctx,
put_bits(&pb, 32, PACK_START_CODE);
if (s->is_mpeg2) {
- put_bits(&pb, 2, 0x
2
);
+ put_bits(&pb, 2, 0x
1
);
} else {
put_bits(&pb, 4, 0x2);
}