View | Details | Raw Unified | Return to bug 29511
Collapse All | Expand All

(-)a/src/metadata/ffmpeg_handler.cc (-2 / +1 lines)
Lines 259-265 void FfmpegHandler::fillMetadata(Ref<CdsItem> item) Link Here
259
    int x = 0;
259
    int x = 0;
260
    int y = 0;
260
    int y = 0;
261
261
262
	AVFormatContext *pFormatCtx;
262
	AVFormatContext *pFormatCtx = NULL;
263
	
263
	
264
	// Suppress all log messages
264
	// Suppress all log messages
265
	av_log_set_callback(FfmpegNoOutputStub);
265
	av_log_set_callback(FfmpegNoOutputStub);
266
- 

Return to bug 29511