1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

remove now unneeded vars

Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-06-09 07:43:59 +00:00
parent 3c6a9f66b9
commit 83657f9f1c

View File

@ -193,8 +193,6 @@ static int ffm_write_header(AVFormatContext *s)
static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt) static int ffm_write_packet(AVFormatContext *s, AVPacket *pkt)
{ {
FFMContext *ffm = s->priv_data;
AVStream *st = s->streams[pkt->stream_index];
int64_t pts; int64_t pts;
uint8_t header[FRAME_HEADER_SIZE]; uint8_t header[FRAME_HEADER_SIZE];
int header_size = FRAME_HEADER_SIZE; int header_size = FRAME_HEADER_SIZE;