es.po update by rafa, add ms win10 cygwin port, add pulseaudio, new config flags...
[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