comparison metadata.h @ 5661:6d530eb42996 libavformat

Set lavf identification string globally in av_write_header(), rather than inside the muxers. Remove special handling of "encoder" tags from AVI and MP3 muxers. Patch by Anton Khirnov <wyskas gmail com>.
author rbultje
date Tue, 16 Feb 2010 16:32:25 +0000
parents f04bc8b70940
children 178de7695c6c
comparison
equal deleted inserted replaced
5660:1701ad9b6064 5661:6d530eb42996
43 #if LIBAVFORMAT_VERSION_MAJOR < 53 43 #if LIBAVFORMAT_VERSION_MAJOR < 53
44 void ff_metadata_demux_compat(AVFormatContext *s); 44 void ff_metadata_demux_compat(AVFormatContext *s);
45 void ff_metadata_mux_compat(AVFormatContext *s); 45 void ff_metadata_mux_compat(AVFormatContext *s);
46 #endif 46 #endif
47 47
48 void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
49 const AVMetadataConv *s_conv);
50
48 #endif /* AVFORMAT_METADATA_H */ 51 #endif /* AVFORMAT_METADATA_H */