git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ac035
)
mpegtsenc: Indent
author
Tomas Härdin
<tomas.hardin@codemill.se>
Mon, 27 Sep 2010 12:27:26 +0000
(12:27 +0000)
committer
Tomas Härdin
<tomas.hardin@codemill.se>
Mon, 27 Sep 2010 12:27:26 +0000
(12:27 +0000)
Originally committed as revision 25222 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpegtsenc.c
patch
|
blob
|
history
diff --git
a/libavformat/mpegtsenc.c
b/libavformat/mpegtsenc.c
index
94a051d
..
2d1fd40
100644
(file)
--- a/
libavformat/mpegtsenc.c
+++ b/
libavformat/mpegtsenc.c
@@
-280,8
+280,8
@@
static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service)
memcpy(q, st->codec->extradata, 4);
q += 4;
} else {
- put16(&q, 1); /* page id */
- put16(&q, 1); /* ancillary page id */
+
put16(&q, 1); /* page id */
+
put16(&q, 1); /* ancillary page id */
}
}
break;