X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileffmpeg.inc;h=98006e4f0456d88963e8373fdbee25006fc35f97;hb=2f28632d8209ef735de1698a596bc94fa9613497;hp=529beeea1e40d9a57c54111d020371bf1eaa7e73;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/fileffmpeg.inc b/cinelerra-5.1/cinelerra/fileffmpeg.inc index 529beeea..98006e4f 100644 --- a/cinelerra-5.1/cinelerra/fileffmpeg.inc +++ b/cinelerra-5.1/cinelerra/fileffmpeg.inc @@ -23,11 +23,36 @@ #define FILEFFMPEG_INC class FileFFMPEG; +class FFMpegConfigNum; +class FFMpegAudioNum; +class FFMpegAudioBitrate; +class FFMpegVideoNum; +class FFMpegVideoBitrate; +class FFMpegVideoQuality; class FFMPEGConfigAudio; +class FFAudioOptions; class FFMPEGConfigAudioPopup; class FFMPEGConfigAudioToggle; class FFMPEGConfigVideo; +class FFVideoOptions; class FFMPEGConfigVideoPopup; class FFMPEGConfigVideoToggle; +class FFMPEGScanProgress; + +class FFOptions_OptName; +class FFOptions_OptValue; +class FFOptions_Opt; +class FFOptions; +class FFOptions_OptPanel; +class FFOptionsUnits; +class FFOptionsText; +class FFOptionsApply; +class FFOptionsWindow; +class FFOptionsDialog; +class FFOptionsKindItem; +class FFOptionsKind; + +#define FF_KIND_CODEC 0 +#define FF_KIND_FFMPEG 1 #endif