add clip_icon svgs, tweak edl frame_align, fixes for plugin_sets in move_group, fix...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ffmpeg.inc
1 #ifndef __FFMPEG_INC__
2 #define __FFMPEG_INC__
3
4 class FFPacket;
5 class FFFrame;
6 class FFAudioHistory;
7 class FFStream;
8 class FFAudioStream;
9 class FFVideoStream;
10 class FFMPEG;
11
12 #endif