summaryrefslogtreecommitdiffstats
path: root/akode/lib/framedecoder.h
blob: 115784e72d6117c6bf124580116c3c1fcb75771a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _AKODE_FRAMEDECODER_H
#define _AKODE_FRAMEDECODER_H

#include "decoder.h"

namespace aKode {
/*
    class FrameDecoder : public Decoder
    {
    };*/
    typedef Decoder FrameDecoder;
}

#endif