comparison flvdec.c @ 683:095009fc2f35 libavformat

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 0f77a8b8f348
children d7c7f7bbdf55
comparison
equal deleted inserted replaced
682:decfffe703bc 683:095009fc2f35
42 42
43 static int flv_read_header(AVFormatContext *s, 43 static int flv_read_header(AVFormatContext *s,
44 AVFormatParameters *ap) 44 AVFormatParameters *ap)
45 { 45 {
46 int offset, flags; 46 int offset, flags;
47 AVStream *st;
48 47
49 s->ctx_flags |= AVFMTCTX_NOHEADER; //ok we have a header but theres no fps, codec type, sample_rate, ... 48 s->ctx_flags |= AVFMTCTX_NOHEADER; //ok we have a header but theres no fps, codec type, sample_rate, ...
50 49
51 url_fskip(&s->pb, 4); 50 url_fskip(&s->pb, 4);
52 flags = get_byte(&s->pb); 51 flags = get_byte(&s->pb);