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

projects: Update for recent merge.

上级 bb64f165
......@@ -1526,6 +1526,7 @@
%define CONFIG_SETSAR_FILTER 1
%define CONFIG_SETTB_FILTER 1
%define CONFIG_SHOWINFO_FILTER 1
%define CONFIG_SHOWPALETTE_FILTER 1
%define CONFIG_SHUFFLEPLANES_FILTER 1
%define CONFIG_SIGNALSTATS_FILTER 1
%define CONFIG_SMARTBLUR_FILTER 1
......
......@@ -1573,6 +1573,7 @@
#define CONFIG_SETSAR_FILTER 1
#define CONFIG_SETTB_FILTER 1
#define CONFIG_SHOWINFO_FILTER 1
#define CONFIG_SHOWPALETTE_FILTER 1
#define CONFIG_SHUFFLEPLANES_FILTER 1
#define CONFIG_SIGNALSTATS_FILTER 1
#define CONFIG_SMARTBLUR_FILTER 1
......
......@@ -362,6 +362,8 @@
</ClCompile>
<ClCompile Include="..\libavfilter\vf_showinfo.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_showpalette.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_shuffleplanes.c">
</ClCompile>
<ClCompile Include="..\libavfilter\vf_signalstats.c">
......
......@@ -482,6 +482,9 @@
<ClCompile Include="..\libavfilter\vf_showinfo.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_showpalette.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
<ClCompile Include="..\libavfilter\vf_shuffleplanes.c">
<Filter>Source Files\libavfilter</Filter>
</ClCompile>
......
......@@ -16,6 +16,7 @@ EXPORTS
av_fopen_utf8
av_format_get_audio_codec
av_format_get_control_message_cb
av_format_get_data_codec
av_format_get_metadata_header_padding
av_format_get_opaque
av_format_get_probe_score
......@@ -24,6 +25,7 @@ EXPORTS
av_format_inject_global_side_data
av_format_set_audio_codec
av_format_set_control_message_cb
av_format_set_data_codec
av_format_set_metadata_header_padding
av_format_set_opaque
av_format_set_subtitle_codec
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册