提交 fbc4657b 编写于 作者: M Matt Oliver

projects: Update for recent upstream merge.

上级 5b4f039e
......@@ -78,6 +78,7 @@ EXPORTS
avformat_close_input
avformat_configuration
avformat_find_stream_info
avformat_flush
avformat_free_context
avformat_get_class
avformat_get_mov_audio_tags
......
......@@ -439,6 +439,7 @@ EXPORTS
avpriv_float_dsp_alloc
avpriv_float_dsp_init
avpriv_frame_get_metadatap
avpriv_get_gamma_from_trc
avpriv_init_lls
avpriv_opencl_set_parameter
avpriv_report_missing_feature
......
......@@ -96,6 +96,8 @@
</ClCompile>
<ClCompile Include="..\libavutil\channel_layout.c">
</ClCompile>
<ClCompile Include="..\libavutil\color_utils.c">
</ClCompile>
<ClCompile Include="..\libavutil\cpu.c">
</ClCompile>
<ClCompile Include="..\libavutil\crc.c">
......
......@@ -89,6 +89,9 @@
<ClCompile Include="..\libavutil\channel_layout.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\color_utils.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
<ClCompile Include="..\libavutil\cpu.c">
<Filter>Source Files\libavutil</Filter>
</ClCompile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册