comparison movenc.c @ 3766:f062deeedb8d libavformat

Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
author reimar
date Sun, 24 Aug 2008 16:51:50 +0000
parents 27537074f2a9
children 50bb82abb278
comparison
equal deleted inserted replaced
3765:d55fb12134d1 3766:f062deeedb8d
1701 CODEC_ID_MPEG4, 1701 CODEC_ID_MPEG4,
1702 mov_write_header, 1702 mov_write_header,
1703 mov_write_packet, 1703 mov_write_packet,
1704 mov_write_trailer, 1704 mov_write_trailer,
1705 .flags = AVFMT_GLOBALHEADER, 1705 .flags = AVFMT_GLOBALHEADER,
1706 .codec_tag = (const AVCodecTag*[]){codec_movvideo_tags, codec_movaudio_tags, 0}, 1706 .codec_tag = (const AVCodecTag* const []){codec_movvideo_tags, codec_movaudio_tags, 0},
1707 }; 1707 };
1708 #endif 1708 #endif
1709 #ifdef CONFIG_TGP_MUXER 1709 #ifdef CONFIG_TGP_MUXER
1710 AVOutputFormat tgp_muxer = { 1710 AVOutputFormat tgp_muxer = {
1711 "3gp", 1711 "3gp",
1717 CODEC_ID_H263, 1717 CODEC_ID_H263,
1718 mov_write_header, 1718 mov_write_header,
1719 mov_write_packet, 1719 mov_write_packet,
1720 mov_write_trailer, 1720 mov_write_trailer,
1721 .flags = AVFMT_GLOBALHEADER, 1721 .flags = AVFMT_GLOBALHEADER,
1722 .codec_tag = (const AVCodecTag*[]){codec_3gp_tags, 0}, 1722 .codec_tag = (const AVCodecTag* const []){codec_3gp_tags, 0},
1723 }; 1723 };
1724 #endif 1724 #endif
1725 #ifdef CONFIG_MP4_MUXER 1725 #ifdef CONFIG_MP4_MUXER
1726 AVOutputFormat mp4_muxer = { 1726 AVOutputFormat mp4_muxer = {
1727 "mp4", 1727 "mp4",
1733 CODEC_ID_MPEG4, 1733 CODEC_ID_MPEG4,
1734 mov_write_header, 1734 mov_write_header,
1735 mov_write_packet, 1735 mov_write_packet,
1736 mov_write_trailer, 1736 mov_write_trailer,
1737 .flags = AVFMT_GLOBALHEADER, 1737 .flags = AVFMT_GLOBALHEADER,
1738 .codec_tag = (const AVCodecTag*[]){ff_mp4_obj_type, 0}, 1738 .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
1739 }; 1739 };
1740 #endif 1740 #endif
1741 #ifdef CONFIG_PSP_MUXER 1741 #ifdef CONFIG_PSP_MUXER
1742 AVOutputFormat psp_muxer = { 1742 AVOutputFormat psp_muxer = {
1743 "psp", 1743 "psp",
1749 CODEC_ID_MPEG4, 1749 CODEC_ID_MPEG4,
1750 mov_write_header, 1750 mov_write_header,
1751 mov_write_packet, 1751 mov_write_packet,
1752 mov_write_trailer, 1752 mov_write_trailer,
1753 .flags = AVFMT_GLOBALHEADER, 1753 .flags = AVFMT_GLOBALHEADER,
1754 .codec_tag = (const AVCodecTag*[]){ff_mp4_obj_type, 0}, 1754 .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
1755 }; 1755 };
1756 #endif 1756 #endif
1757 #ifdef CONFIG_TG2_MUXER 1757 #ifdef CONFIG_TG2_MUXER
1758 AVOutputFormat tg2_muxer = { 1758 AVOutputFormat tg2_muxer = {
1759 "3g2", 1759 "3g2",
1765 CODEC_ID_H263, 1765 CODEC_ID_H263,
1766 mov_write_header, 1766 mov_write_header,
1767 mov_write_packet, 1767 mov_write_packet,
1768 mov_write_trailer, 1768 mov_write_trailer,
1769 .flags = AVFMT_GLOBALHEADER, 1769 .flags = AVFMT_GLOBALHEADER,
1770 .codec_tag = (const AVCodecTag*[]){codec_3gp_tags, 0}, 1770 .codec_tag = (const AVCodecTag* const []){codec_3gp_tags, 0},
1771 }; 1771 };
1772 #endif 1772 #endif
1773 #ifdef CONFIG_IPOD_MUXER 1773 #ifdef CONFIG_IPOD_MUXER
1774 AVOutputFormat ipod_muxer = { 1774 AVOutputFormat ipod_muxer = {
1775 "ipod", 1775 "ipod",
1781 CODEC_ID_H264, 1781 CODEC_ID_H264,
1782 mov_write_header, 1782 mov_write_header,
1783 mov_write_packet, 1783 mov_write_packet,
1784 mov_write_trailer, 1784 mov_write_trailer,
1785 .flags = AVFMT_GLOBALHEADER, 1785 .flags = AVFMT_GLOBALHEADER,
1786 .codec_tag = (const AVCodecTag*[]){ff_mp4_obj_type, 0}, 1786 .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
1787 }; 1787 };
1788 #endif 1788 #endif