mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	avformat/matroskadec: reindent after the previous commit
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
		| @@ -3714,13 +3714,13 @@ static int matroska_parse_block_additional(MatroskaDemuxContext *matroska, | ||||
|         break; | ||||
|     } | ||||
|     default: | ||||
|     side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, | ||||
|                                         size + (size_t)8); | ||||
|     if (!side_data) | ||||
|         return AVERROR(ENOMEM); | ||||
|         side_data = av_packet_new_side_data(pkt, AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, | ||||
|                                             size + (size_t)8); | ||||
|         if (!side_data) | ||||
|             return AVERROR(ENOMEM); | ||||
|  | ||||
|     AV_WB64(side_data, id); | ||||
|     memcpy(side_data + 8, data, size); | ||||
|         AV_WB64(side_data, id); | ||||
|         memcpy(side_data + 8, data, size); | ||||
|         break; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 James Almer
					James Almer