[FFmpeg-cvslog] r13726 - trunk/libavformat/ffmenc.c
bcoudurier
subversion
Mon Jun 9 09:43:59 CEST 2008
Author: bcoudurier
Date: Mon Jun 9 09:43:59 2008
New Revision: 13726
Log:
remove now unneeded vars
Modified:
trunk/libavformat/ffmenc.c
Modified: trunk/libavformat/ffmenc.c
==============================================================================
--- trunk/libavformat/ffmenc.c (original)
+++ trunk/libavformat/ffmenc.c Mon Jun 9 09:43:59 2008
@@ -193,8 +193,6 @@ static int ffm_write_header(AVFormatCont
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;
More information about the ffmpeg-cvslog
mailing list