mirror of https://git.ffmpeg.org/ffmpeg.git
remove now unneeded vars
Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3c6a9f66b9
commit
83657f9f1c
|
@ -193,8 +193,6 @@ static int ffm_write_header(AVFormatContext *s)
|
|||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue