|
Lines 48-54
Link Here
|
| 48 |
typedef int (*avpicture_fill_t) (AVPicture*, uint8_t*, int, int, int); |
48 |
typedef int (*avpicture_fill_t) (AVPicture*, uint8_t*, int, int, int); |
| 49 |
typedef int (*avpicture_get_size_t) (int, int, int); |
49 |
typedef int (*avpicture_get_size_t) (int, int, int); |
| 50 |
typedef int (*img_convert_t) (AVPicture*, int, AVPicture*, int, int, int); |
50 |
typedef int (*img_convert_t) (AVPicture*, int, AVPicture*, int, int, int); |
| 51 |
typedef void (*__av_freep_t) (void**); |
51 |
typedef void (*av_freep_t) (void**); |
| 52 |
|
52 |
|
| 53 |
/* avformat fucntions */ |
53 |
/* avformat fucntions */ |
| 54 |
typedef void (*av_register_all_t) (void); |
54 |
typedef void (*av_register_all_t) (void); |
|
Lines 71-77
Link Here
|
| 71 |
avpicture_fill_t p_avpicture_fill; |
71 |
avpicture_fill_t p_avpicture_fill; |
| 72 |
avpicture_get_size_t p_avpicture_get_size; |
72 |
avpicture_get_size_t p_avpicture_get_size; |
| 73 |
img_convert_t p_img_convert; |
73 |
img_convert_t p_img_convert; |
| 74 |
__av_freep_t p___av_freep; |
74 |
av_freep_t p_av_freep; |
| 75 |
|
75 |
|
| 76 |
av_register_all_t p_av_register_all; |
76 |
av_register_all_t p_av_register_all; |
| 77 |
av_new_stream_t p_av_new_stream; |
77 |
av_new_stream_t p_av_new_stream; |