Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45384 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Nov 29, 2024
1 parent bca054b commit 11cf9fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vice/src/gfxoutputdrv/ffmpegexedrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@

/* #define DEBUG_FFMPEG */
/* #define DEBUG_FFMPEG_FRAMES */
#define DEBUG_FFMPEG
#define DEBUG_FFMPEG_FRAMES

#include "vice.h"

Expand Down Expand Up @@ -1309,7 +1307,6 @@ static int ffmpegexedrv_record(screenshot_t *screenshot)
}

/*DBGFRAMES(("ffmpegexedrv_record (%u)", framecounter));*/
DBGFRAMES(("ffmpegexedrv_record (%u)", framecounter));
video_fill_rgb_image(screenshot, video_st_frame);

if (write_video_frame(video_st_frame) < 0) {
Expand Down

0 comments on commit 11cf9fd

Please sign in to comment.