|  | @@ -350,7 +350,7 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data, | 
														
													
														
															
																|  |  | av_log(ctx, AV_LOG_ERROR, |  |  | av_log(ctx, AV_LOG_ERROR, | 
														
													
														
															
																|  |  | "Unhandled type (%d) (See RFC for implementation details)\n", |  |  | "Unhandled type (%d) (See RFC for implementation details)\n", | 
														
													
														
															
																|  |  | type); |  |  | type); | 
														
													
														
															
																|  |  | result = AVERROR(ENOSYS); |  |  |  | 
														
													
														
															
																|  |  |  |  |  | result = AVERROR_PATCHWELCOME; | 
														
													
														
															
																|  |  | break; |  |  | break; | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | case 28:                   // FU-A (fragmented nal) |  |  | case 28:                   // FU-A (fragmented nal) | 
														
													
												
													
														
															
																|  | 
 |