You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Cosmetics: Fix indentation after last commit.
Originally committed as revision 17621 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -261,9 +261,9 @@ static int h264_parse(AVCodecParserContext *s, | |||||||
|         parse_nal_units(s, avctx, buf, buf_size); |         parse_nal_units(s, avctx, buf, buf_size); | ||||||
|  |  | ||||||
|         if (h->sei_cpb_removal_delay >= 0) { |         if (h->sei_cpb_removal_delay >= 0) { | ||||||
|         s->dts_sync_point    = h->sei_buffering_period_present; |             s->dts_sync_point    = h->sei_buffering_period_present; | ||||||
|         s->dts_ref_dts_delta = h->sei_cpb_removal_delay; |             s->dts_ref_dts_delta = h->sei_cpb_removal_delay; | ||||||
|         s->pts_dts_delta     = h->sei_dpb_output_delay; |             s->pts_dts_delta     = h->sei_dpb_output_delay; | ||||||
|         } else { |         } else { | ||||||
|             s->dts_sync_point    = INT_MIN; |             s->dts_sync_point    = INT_MIN; | ||||||
|             s->dts_ref_dts_delta = INT_MIN; |             s->dts_ref_dts_delta = INT_MIN; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user