rtpengine/lib/fix_frame_channel_layout-te...

7 lines
118 B

#include "fix_frame_channel_layout.h"
int main(void) {
AVFrame *f = NULL;
fix_frame_channel_layout(f);
return 0;
}