Skip to content

Commit

Permalink
Add icon to "Compression" window of AVlibsConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vanakala committed Sep 28, 2019
1 parent 9906d2f commit 2496d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cinelerra/avlibsconfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ AVlibsConfig::AVlibsConfig(Asset *asset, Paramlist *codecs, int options)
this->asset = asset;
this->codecs = codecs;

set_icon(mwindow_global->get_window_icon());
if(!(name = FileAVlibs::encoder_formatname(asset->format)))
{
errormsg(_("AVLibs does not support '%s'"),
Expand Down

0 comments on commit 2496d19

Please sign in to comment.