Active
Project:
FFmpeg Wrapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2009 at 19:22 UTC
Updated:
21 Jun 2009 at 19:22 UTC
The function ffmpeg_wrapper_formats_data_display always displays and empty table.
If you replace the following line
$output = theme('table', $header, ffmpeg_wrapper_get_file_formats() );
with
$output = theme('table', $header, ffmpeg_wrapper_get_file_formats('row') );
I think it will work.