On 09/27/2012 05:41 PM, Luca Barbato wrote:
> ---
> libavformat/avformat.h | 25 +++++++++++++++++++++++++
> libavformat/output.c | 43 +++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 68 insertions(+)
[...]
> @@ -416,7 +431,13 @@ typedef struct AVOutputFormat {
> * data.
> */
> int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
> +
> int (*write_trailer)(struct AVFormatContext *);
> +
> + int (*write_trailer2)(struct AVFormatContext *);
> +
> + int (*deinit)(struct AVFormatContext *);
> +
Where are these used?
-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel