You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
lavc/libopenh264enc: fix the if-else coding style
Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
@@ -199,8 +199,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
param.sSpatialLayers[0].eAspectRatio = asp_idc[i];
|
param.sSpatialLayers[0].eAspectRatio = asp_idc[i];
|
||||||
}
|
}
|
||||||
param.sSpatialLayers[0].bAspectRatioPresent = true;
|
param.sSpatialLayers[0].bAspectRatioPresent = true;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
param.sSpatialLayers[0].bAspectRatioPresent = false;
|
param.sSpatialLayers[0].bAspectRatioPresent = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user