Changes between Version 3 and Version 4 of Ticket #375, comment 1
- Timestamp:
- 08/01/2011 05:05:46 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #375, comment 1
v3 v4 11 11 12 12 *inputs = (AVFilterInOut){ av_strdup("out"), ost->output_audio_filter, 0, NULL }; 13 // *outputs = (AVFilterInOut){ av_strdup("in" ), ost->input_audio_filter, 0, NULL }; 14 + *outputs = (AVFilterInOut){ av_strdup("in" ), last_filter, 0, NULL }; 13 *outputs = (AVFilterInOut){ av_strdup("in" ), ost->input_audio_filter, 0, NULL }; <<---remove this line 14 + *outputs = (AVFilterInOut){ av_strdup("in" ), last_filter, 0, NULL }; <<--add this line 15 15 16 16 if ((ret = avfilter_graph_parse(ost->agraph, afilters, &inputs, &outputs, NULL)) < 0)


