Revision 89e568fe
libavformat/avformat.h | ||
---|---|---|
297 | 297 |
int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); |
298 | 298 |
int (*write_trailer)(struct AVFormatContext *); |
299 | 299 |
/** |
300 |
* can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_GLOBALHEADER |
|
300 |
* can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_RAWPICTURE, |
|
301 |
* AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS, |
|
302 |
* AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS |
|
301 | 303 |
*/ |
302 | 304 |
int flags; |
303 | 305 |
/** |
Also available in: Unified diff