summaryrefslogtreecommitdiffstats
path: root/src/detection/media/media_nosupport.c
blob: e7d1c0f5ba9093086c98dfc758af001d9b148183 (plain) (blame)
1
2
3
4
5
#include "media.h"

void ffDetectMediaImpl(FFMediaResult* media) {
    ffStrbufAppendS(&media->error, "Not supported on this platform");
}