Mercurial > mplayer.hg
comparison libmpdemux/muxer_mpeg.c @ 18958:a8e681ad7c90
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
author | diego |
---|---|
date | Sat, 08 Jul 2006 17:28:36 +0000 |
parents | 6dd7e4c77e3d |
children | b79f65f98553 |
comparison
equal
deleted
inserted
replaced
18957:6c152efde368 | 18958:a8e681ad7c90 |
---|---|
1099 //spriv->pack_offset is the start position inited to 0 | 1099 //spriv->pack_offset is the start position inited to 0 |
1100 //data is taken from spriv->framebuf | 1100 //data is taken from spriv->framebuf |
1101 //if audio and a52 insert the headers | 1101 //if audio and a52 insert the headers |
1102 muxer_priv_t *priv = (muxer_priv_t *) muxer->priv; | 1102 muxer_priv_t *priv = (muxer_priv_t *) muxer->priv; |
1103 muxer_headers_t *spriv = (muxer_headers_t *) s->priv; | 1103 muxer_headers_t *spriv = (muxer_headers_t *) s->priv; |
1104 int pes_hlen = 0, len, stflen, stuffing_len, m, n, dvd_pack = 0, len2, target, hlen; | 1104 int len, m, n, dvd_pack = 0; |
1105 uint64_t pts=0, dts=0; | |
1106 mpeg_frame_t *frm; | 1105 mpeg_frame_t *frm; |
1107 pack_stats_t p; | 1106 pack_stats_t p; |
1108 | 1107 |
1109 spriv->dts = spriv->pts = 0; | 1108 spriv->dts = spriv->pts = 0; |
1110 | 1109 |