|
FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
| const AVClass * | class |
| struct InputFile * | file |
| int | index |
| FilterGraph * | fg |
| AVStreamGroup * | stg |
| const AVClass* InputStreamGroup::class |
Definition at line 511 of file ffmpeg.h.
Referenced by demux_stream_group_alloc().
| struct InputFile* InputStreamGroup::file |
Definition at line 514 of file ffmpeg.h.
Referenced by demux_stream_group_alloc().
| int InputStreamGroup::index |
Definition at line 516 of file ffmpeg.h.
Referenced by demux_stream_group_alloc().
| FilterGraph* InputStreamGroup::fg |
Definition at line 518 of file ffmpeg.h.
Referenced by istg_parse_tile_grid(), and map_auto_video().
| AVStreamGroup* InputStreamGroup::stg |
Definition at line 519 of file ffmpeg.h.
Referenced by demux_stream_group_alloc(), istg_parse_tile_grid(), and map_auto_video().
1.8.17