X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fflv.h;h=3571b90279c7d86a9580d728c8786503c24a4de2;hb=1137ddf3302ef12525c9c95767e6daa0c1031ce7;hp=df5ce3d17f8c78c89ff9bc782cfcebb54812167e;hpb=217ad40aef9eeeff4e805dec3e980fb16aec3345;p=ffmpeg diff --git a/libavformat/flv.h b/libavformat/flv.h index df5ce3d17f8..3571b90279c 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -65,6 +65,7 @@ enum FlvTagType { enum { FLV_STREAM_TYPE_VIDEO, FLV_STREAM_TYPE_AUDIO, + FLV_STREAM_TYPE_SUBTITLE, FLV_STREAM_TYPE_DATA, FLV_STREAM_TYPE_NB, };