fix audiospect ratio in scale per andrew, upgrade dav1d to 0.6.0, fix shapewipe black...
[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