You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	indent
Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -215,10 +215,10 @@ int av_parser_change(AVCodecParserContext *s, | ||||
| void av_parser_close(AVCodecParserContext *s) | ||||
| { | ||||
|     if(s){ | ||||
|     if (s->parser->parser_close) | ||||
|         s->parser->parser_close(s); | ||||
|     av_free(s->priv_data); | ||||
|     av_free(s); | ||||
|         if (s->parser->parser_close) | ||||
|             s->parser->parser_close(s); | ||||
|         av_free(s->priv_data); | ||||
|         av_free(s); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user