diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-05 13:08:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-05 13:08:42 +0200 |
commit | 5c99acb7dafee2c2d80a4250327086227310c375 (patch) | |
tree | 1be65672e628dad0fb1f99922a88a35ecf1a769f /libavfilter/avfilter.c | |
parent | 22d841becd89f21fcd88a76bcafb675fd051ce86 (diff) | |
download | ffmpeg-5c99acb7dafee2c2d80a4250327086227310c375.tar.gz |
Revert "lavfi: add audio channel packing negotiation fields"
This reverts commit b57df29f95d1107a66315a6744c1c3e73293b2ee.
Conflicts:
doc/APIchanges
libavfilter/avfilter.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index 7003cdda5c..a57677c0e4 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -221,9 +221,6 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt, if (link->out_chlayouts) avfilter_formats_changeref(&link->out_chlayouts, &filt->outputs[filt_dstpad_idx]->out_chlayouts); - if (link->out_packing) - avfilter_formats_changeref(&link->out_packing, - &filt->outputs[filt_dstpad_idx]->out_packing); return 0; } |