Mercurial > libavformat.hg
diff avformat.h @ 842:43210d766412 libavformat
parse pict_type for streams in avi
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
| author | michael |
|---|---|
| date | Mon, 15 Aug 2005 15:58:21 +0000 |
| parents | ba7631ba33a7 |
| children | 35e372e6a6c3 |
line wrap: on
line diff
--- a/avformat.h Mon Aug 15 14:22:43 2005 +0000 +++ b/avformat.h Mon Aug 15 15:58:21 2005 +0000 @@ -248,7 +248,7 @@ char language[4]; /* ISO 639 3-letter language code (empty string if undefined) */ /* av_read_frame() support */ - int need_parsing; + int need_parsing; ///< 1->full parsing needed, 2->only parse headers dont repack struct AVCodecParserContext *parser; int64_t cur_dts;
