Mercurial > libavformat.hg
diff utils.c @ 851:62e66722e9bb libavformat
Kill some compiler warnings. Compiled code verified identical after changes.
| author | mru |
|---|---|
| date | Tue, 06 Sep 2005 21:25:35 +0000 |
| parents | fd1c2109505e |
| children | 379c4e948363 |
line wrap: on
line diff
--- a/utils.c Tue Sep 06 15:02:43 2005 +0000 +++ b/utils.c Tue Sep 06 21:25:35 2005 +0000 @@ -981,7 +981,6 @@ pktl = s->packet_buffer; if (pktl) { AVPacket *next_pkt= &pktl->pkt; - AVStream *st= s->streams[ next_pkt->stream_index ]; if(genpts && next_pkt->dts != AV_NOPTS_VALUE){ while(pktl && next_pkt->pts == AV_NOPTS_VALUE){
