lavf/hls: whitespace cosmetics after 23db5418.
This commit is contained in:
		
							parent
							
								
									57d7e21c34
								
							
						
					
					
						commit
						030db0c1dd
					
				@ -504,7 +504,7 @@ static int hls_read_header(AVFormatContext *s)
 | 
				
			|||||||
        struct variant *v = c->variants[i];
 | 
					        struct variant *v = c->variants[i];
 | 
				
			||||||
        AVInputFormat *in_fmt = NULL;
 | 
					        AVInputFormat *in_fmt = NULL;
 | 
				
			||||||
        char bitrate_str[20];
 | 
					        char bitrate_str[20];
 | 
				
			||||||
        AVProgram * program = NULL;
 | 
					        AVProgram *program = NULL;
 | 
				
			||||||
        if (v->n_segments == 0)
 | 
					        if (v->n_segments == 0)
 | 
				
			||||||
            continue;
 | 
					            continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -553,7 +553,7 @@ static int hls_read_header(AVFormatContext *s)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        /* Create new AVprogram for variant i */
 | 
					        /* Create new AVprogram for variant i */
 | 
				
			||||||
        program = av_new_program(s, i);
 | 
					        program = av_new_program(s, i);
 | 
				
			||||||
        if ( !program )
 | 
					        if (!program)
 | 
				
			||||||
            goto fail;
 | 
					            goto fail;
 | 
				
			||||||
        av_dict_set(&program->metadata, "variant_bitrate", bitrate_str, 0);
 | 
					        av_dict_set(&program->metadata, "variant_bitrate", bitrate_str, 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user