|
FFmpeg
|
Data Fields | |
| double | ratio |
| struct SwrContext * | swr |
| int64_t | next_pts |
| int | req_fullfilled |
Definition at line 37 of file af_aresample.c.
| double AResampleContext::ratio |
Definition at line 38 of file af_aresample.c.
Referenced by config_output(), and filter_frame().
| struct SwrContext* AResampleContext::swr |
Definition at line 39 of file af_aresample.c.
Referenced by config_output(), filter_frame(), init(), query_formats(), request_frame(), and uninit().
| int64_t AResampleContext::next_pts |
Definition at line 40 of file af_aresample.c.
Referenced by filter_frame(), init(), and request_frame().
| int AResampleContext::req_fullfilled |
Definition at line 41 of file af_aresample.c.
Referenced by filter_frame(), and request_frame().
1.8.2