Mercurial > libavformat.hg
comparison raw.c @ 65:a58a8a53eb46 libavformat
* UINTX -> uintx_t INTX -> intx_t
author | kabi |
---|---|
date | Tue, 11 Feb 2003 16:35:48 +0000 |
parents | b0e0eb595e29 |
children | 25062c9b1f86 |
comparison
equal
deleted
inserted
replaced
64:b0e0eb595e29 | 65:a58a8a53eb46 |
---|---|
36 { | 36 { |
37 return 0; | 37 return 0; |
38 } | 38 } |
39 | 39 |
40 /* raw input */ | 40 /* raw input */ |
41 static static int raw_read_header(AVFormatContext *s, AVFormatParameters *ap) | 41 static int raw_read_header(AVFormatContext *s, AVFormatParameters *ap) |
42 { | 42 { |
43 AVStream *st; | 43 AVStream *st; |
44 int id; | 44 int id; |
45 | 45 |
46 st = av_new_stream(s, 0); | 46 st = av_new_stream(s, 0); |