Skip to content

Commit

Permalink
1.1.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
cpluser09 committed Sep 11, 2017
1 parent 44b22e9 commit eee6380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/include/qcAna.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef struct
// General source info
typedef struct
{
char szURL[1024]; /*!< the URL of current stream */
char szURL[4096]; /*!< the URL of current stream */
char szFormat[16]; /*!< format of resource, m3u8, mp4 */
long long llDuration; /*!< duration of resource, 0 is live stream */
int nVideoCodec; /*!< video codec, refer to QCCodecID */
Expand Down
Binary file modified ios/lib/libqcPlayEng.a
Binary file not shown.

0 comments on commit eee6380

Please sign in to comment.