提交 9835cd4b 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 8ebca747
......@@ -867,6 +867,7 @@
%define CONFIG_TMV_DECODER 1
%define CONFIG_TRUEMOTION1_DECODER 1
%define CONFIG_TRUEMOTION2_DECODER 1
%define CONFIG_TRUEMOTION2RT_DECODER 1
%define CONFIG_TSCC_DECODER 1
%define CONFIG_TSCC2_DECODER 1
%define CONFIG_TXD_DECODER 1
......
......@@ -917,6 +917,7 @@
#define CONFIG_TMV_DECODER 1
#define CONFIG_TRUEMOTION1_DECODER 1
#define CONFIG_TRUEMOTION2_DECODER 1
#define CONFIG_TRUEMOTION2RT_DECODER 1
#define CONFIG_TSCC_DECODER 1
#define CONFIG_TSCC2_DECODER 1
#define CONFIG_TXD_DECODER 1
......
......@@ -171,8 +171,12 @@ EXPORTS
avcodec_parameters_to_context
avcodec_pix_fmt_to_codec_tag
avcodec_profile_name
avcodec_receive_frame
avcodec_receive_packet
avcodec_register
avcodec_register_all
avcodec_send_frame
avcodec_send_packet
avcodec_set_dimensions
avcodec_string
avcodec_version
......@@ -185,6 +189,7 @@ EXPORTS
avpriv_ac3_parse_header
avpriv_align_put_bits
avpriv_bprint_to_extradata
avpriv_codec_get_cap_skip_frame_fill_param
avpriv_copy_bits
avpriv_copy_pce_data
avpriv_dca_convert_bitstream
......
......@@ -560,6 +560,7 @@
<ClCompile Include="..\libavcodec\h264_refs.c" />
<ClCompile Include="..\libavcodec\h264_sei.c" />
<ClCompile Include="..\libavcodec\h264_slice.c" />
<ClCompile Include="..\libavcodec\h264data.c" />
<ClCompile Include="..\libavcodec\qsvdec_h2645.c" />
<ClCompile Include="..\libavcodec\qsvenc_h264.c" />
<ClCompile Include="..\libavcodec\hapdec.c" />
......@@ -781,6 +782,7 @@
<ClCompile Include="..\libavcodec\tmv.c" />
<ClCompile Include="..\libavcodec\truemotion1.c" />
<ClCompile Include="..\libavcodec\truemotion2.c" />
<ClCompile Include="..\libavcodec\truemotion2rt.c" />
<ClCompile Include="..\libavcodec\truespeech.c" />
<ClCompile Include="..\libavcodec\tscc.c" />
<ClCompile Include="..\libavcodec\tscc2.c" />
......
......@@ -1332,6 +1332,9 @@
<ClCompile Include="..\libavcodec\h264_slice.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\h264data.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\qsvdec_h2645.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......@@ -1953,6 +1956,9 @@
<ClCompile Include="..\libavcodec\truemotion2.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\truemotion2rt.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
<ClCompile Include="..\libavcodec\truespeech.c">
<Filter>Source Files\libavcodec</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册