Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 446922
Collapse All | Expand All

(-)metadata/ffmpeg_handler.cc-old (-1 / +1 lines)
Lines 281-287 Link Here
281
    int x = 0;
281
    int x = 0;
282
    int y = 0;
282
    int y = 0;
283
283
284
	AVFormatContext *pFormatCtx;
284
	AVFormatContext *pFormatCtx = NULL;
285
	
285
	
286
	// Suppress all log messages
286
	// Suppress all log messages
287
	av_log_set_callback(FfmpegNoOutputStub);
287
	av_log_set_callback(FfmpegNoOutputStub);

Return to bug 446922