downgrade dav1d to 5.1 seek fails, bg clr uses alpha=1, renderfarm hang fix, 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