summaryrefslogtreecommitdiff
path: root/farstream/fs-codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'farstream/fs-codec.h')
-rw-r--r--farstream/fs-codec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/farstream/fs-codec.h b/farstream/fs-codec.h
index 9d8e716e..0cf448e6 100644
--- a/farstream/fs-codec.h
+++ b/farstream/fs-codec.h
@@ -50,8 +50,7 @@ typedef struct _FsFeedbackParameter FsFeedbackParameter;
*
* Enum used to signify the media type of a codec or stream.
*/
-typedef enum _FsMediaType
-{
+typedef enum {
FS_MEDIA_TYPE_AUDIO,
FS_MEDIA_TYPE_VIDEO,
FS_MEDIA_TYPE_LAST = FS_MEDIA_TYPE_VIDEO