tweak av and ensure first image write at pts = 0 to avoid a black screen

This commit is contained in:
Seven Du
2017-12-10 10:56:48 +08:00
committed by Mike Jerris
parent 42d26c4d1a
commit e65f63ae25
3 changed files with 27 additions and 22 deletions
+1
View File
@@ -621,6 +621,7 @@ struct switch_video_codec_settings {
int32_t width;
int32_t height;
uint8_t try_hardware_encoder;
uint8_t fps;
};
union switch_codec_settings {