You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
remove now unneeded vars
Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user