summaryrefslogtreecommitdiff
path: root/libavformat/flv.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-12 22:55:49 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-12 22:55:49 +0200
commit00ebf89dcdeb0587eba80ebd634591873f64624a (patch)
tree554be177c46913dcd627624b57d2e87bc5abad6c /libavformat/flv.h
parente1ec9c7fb6ba57f0ce5e6f51703b09b9d550406c (diff)
parenta7ac1a7b94447f33ae95be4d6d186e2775977f91 (diff)
downloadffmpeg-00ebf89dcdeb0587eba80ebd634591873f64624a.tar.gz
Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'
* commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91': flv: Name an enum and use its type Conflicts: libavformat/flvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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,