You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/hdsenc: Pass flags to child context
This is needed as the bitexact flag is not in the codecpar context, and thus not copied Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
		| @@ -374,6 +374,7 @@ static int hds_write_header(AVFormatContext *s) | ||||
|             os->ctx = ctx; | ||||
|             ctx->oformat = oformat; | ||||
|             ctx->interrupt_callback = s->interrupt_callback; | ||||
|             ctx->flags = s->flags; | ||||
|  | ||||
|             ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), | ||||
|                                          AVIO_FLAG_WRITE, os, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user