Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-09 11:43:59 +0400
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-06-09 11:43:59 +0400
commit83657f9f1cc3b9af9c1f1df26a237362b438ac55 (patch)
treea27e0b04789bcffc88cf086b7161303c5f229412 /libavformat/ffmenc.c
parent3c6a9f66b9b46a158ce6ddb74637f8298d7ab4da (diff)
remove now unneeded vars
Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffmenc.c')
-rw-r--r--libavformat/ffmenc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c
index 70306b1f5a..11be2ac1c0 100644
--- a/libavformat/ffmenc.c
+++ b/libavformat/ffmenc.c
@@ -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;