Commit ef51c705 authored by bcoudurier's avatar bcoudurier

remove now unneeded vars

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13726 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6962096c
...@@ -193,8 +193,6 @@ static int ffm_write_header(AVFormatContext *s) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment