blob: de0bf299f3bd071d4848f6aee54e62c6b28b781c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** include/h263codec.h.orig Mon Aug 4 00:03:22 2003
--- include/h263codec.h Mon Jun 6 14:57:16 2005
***************
*** 426,432 ****
send. Note that for every encode thread, this 1 method is called. Consequently,
code is required to separate out packets from different encode threads.
*/
! static void RtpCallback(void *data, int size, int packetNumber);
protected:
BOOL Resize(int width, int height);
--- 426,432 ----
send. Note that for every encode thread, this 1 method is called. Consequently,
code is required to separate out packets from different encode threads.
*/
! static void RtpCallback(AVCodecContext *s, void *data, int size, int packet Number);
protected:
BOOL Resize(int width, int height);
|