From 1e491e29c27cf6a6925666e4f4eac41b65e263d7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 4 Dec 2002 10:04:03 +0000 Subject: cleanup adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/jpeg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/jpeg.c') diff --git a/libavformat/jpeg.c b/libavformat/jpeg.c index 6a19db6..e86edfe 100644 --- a/libavformat/jpeg.c +++ b/libavformat/jpeg.c @@ -170,6 +170,8 @@ static int jpeg_read_header(AVFormatContext *s1, AVFormatParameters *ap) av_free(s); return -ENOMEM; } + avcodec_get_context_defaults(&st->codec); + s1->streams[0] = st; s->img_number = 0; -- cgit v1.1