Mercurial > libavformat.hg
changeset 3443:90782b5e5ece libavformat
remove now unneeded vars
author | bcoudurier |
---|---|
date | Mon, 09 Jun 2008 07:43:59 +0000 |
parents | a6f4d53b738d |
children | 59989e1a2154 |
files | ffmenc.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ffmenc.c Mon Jun 09 07:43:14 2008 +0000 +++ b/ffmenc.c Mon Jun 09 07:43:59 2008 +0000 @@ -193,8 +193,6 @@ static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt) { - FFMContext *ffm = s->priv_data; - AVStream *st = s->streams[pkt->stream_index]; int64_t pts; uint8_t header[FRAME_HEADER_SIZE]; int header_size = FRAME_HEADER_SIZE;