X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilempeg.h;h=9b8db9dd15ddad4f045a1a167f0926a649425d3a;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=0c870bd10a664cef3d6bf7b2e90993d2df1abb39;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filempeg.h b/cinelerra-5.1/cinelerra/filempeg.h index 0c870bd1..9b8db9dd 100644 --- a/cinelerra-5.1/cinelerra/filempeg.h +++ b/cinelerra-5.1/cinelerra/filempeg.h @@ -110,6 +110,7 @@ public: static const char *zmpeg3_cmdl_name(int cmdl); // This file can copy frames directly from the asset int can_copy_from(Asset *asset, int64_t position); + int can_scale_input() { return 1; } private: void to_streamchannel(int channel, int &stream_out, int &channel_out);