Skip to content

Commit

Permalink
change info message
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed Sep 19, 2018
1 parent 3e4420e commit 298fda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Animate.m
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
case '.mj2', profile = 'Motion JPEG 2000';
case '.avi', profile = 'Motion JPEG AVI';
end
fprintf('saving video --> %s with profile ''%s''\n', name, profile);
fprintf('Animate: saving video --> %s with profile ''%s''\n', name, profile);
a.video = VideoWriter(name, profile, args{:});
a.video.FrameRate = opt.fps;
a.video.Quality = 95;
Expand Down

0 comments on commit 298fda5

Please sign in to comment.