fix affine+interp, add dump_stack to dmp (duh, really)
[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