Skip to content

Commit f4d6c7a

Browse files
committed
avformat/whip: restore HISTORY_SIZE_DEFAULT set
Signed-off-by: Jack Lau <[email protected]>
1 parent 4bb3833 commit f4d6c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavformat/whip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
/**
155155
* Retransmission / NACK support
156156
*/
157-
#define HISTORY_SIZE_DEFAULT 4096
157+
#define HISTORY_SIZE_DEFAULT 512
158158

159159
/* Calculate the elapsed time from starttime to endtime in milliseconds. */
160160
#define ELAPSED(starttime, endtime) ((int)(endtime - starttime) / 1000)

0 commit comments

Comments
 (0)