* - fill all fields if non streamed (nb_frames for example)
*/
+#ifdef CONFIG_ENCODERS
typedef struct AVIIentry {
unsigned int flags, pos, len;
} AVIIentry;
put_le32(pb, (uint32_t)(pos - start));
url_fseek(pb, pos, SEEK_SET);
}
+#endif //CONFIG_ENCODERS
/* Note: when encoding, the first matching tag is used, so order is
important if multiple tags possible for a given codec. */
return codec_get_id(codec_wav_tags, tag);
}
+#ifdef CONFIG_ENCODERS
/* BITMAPINFOHEADER header */
void put_bmp_header(ByteIOContext *pb, AVCodecContext *enc, const CodecTag *tags, int for_asf)
{
av_register_output_format(&avi_oformat);
return 0;
}
+#endif //CONFIG_ENCODERS