decoder: rename the struct to "Decoder"
This commit is contained in:
@@ -34,6 +34,6 @@ enum ogg_codec {
|
||||
};
|
||||
|
||||
enum ogg_codec
|
||||
ogg_codec_detect(struct decoder *decoder, struct input_stream *is);
|
||||
ogg_codec_detect(Decoder *decoder, struct input_stream *is);
|
||||
|
||||
#endif /* _OGG_COMMON_H */
|
||||
|
Reference in New Issue
Block a user