1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 18:57:35 +00:00

Added ASF_Authenticate as an asf stream type.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6677 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
bertrand 2002-07-09 08:23:47 +00:00
parent 1f4292346a
commit ff5cc95b60

View File

@ -122,7 +122,8 @@ typedef enum {
ASF_Live_e,
ASF_Prerecorded_e,
ASF_Redirector_e,
ASF_PlainText_e
ASF_PlainText_e,
ASF_Authenticate_e
} ASF_StreamType_e;
typedef struct {