Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/flv.h')
-rw-r--r--libavformat/flv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flv.h b/libavformat/flv.h
index db9468f469..df5ce3d17f 100644
--- a/libavformat/flv.h
+++ b/libavformat/flv.h
@@ -56,7 +56,7 @@ enum {
FLV_HEADER_FLAG_HASAUDIO = 4,
};
-enum {
+enum FlvTagType {
FLV_TAG_TYPE_AUDIO = 0x08,
FLV_TAG_TYPE_VIDEO = 0x09,
FLV_TAG_TYPE_META = 0x12,