Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'
* commit 'a3daecd6375279d9fdb863ac9db3545a33e97651': cbs: Demote the "decomposition unimplemented" warning Merged-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
		
						commit
						1325ac4c93
					
				@ -135,7 +135,7 @@ static int cbs_read_fragment_content(CodedBitstreamContext *ctx,
 | 
			
		||||
 | 
			
		||||
        err = ctx->codec->read_unit(ctx, &frag->units[i]);
 | 
			
		||||
        if (err == AVERROR(ENOSYS)) {
 | 
			
		||||
            av_log(ctx->log_ctx, AV_LOG_WARNING,
 | 
			
		||||
            av_log(ctx->log_ctx, AV_LOG_VERBOSE,
 | 
			
		||||
                   "Decomposition unimplemented for unit %d "
 | 
			
		||||
                   "(type %"PRIu32").\n", i, frag->units[i].type);
 | 
			
		||||
        } else if (err < 0) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user