Commit 83657f9f authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove now unneeded vars

Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3c6a9f66
...@@ -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