Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_align_dimensions Method 

[Visual Basic]
Public Shared Sub avcodec_align_dimensions( _
   ByVal pAVCodecContext As IntPtr, _
   ByRef width As Integer, _
   ByRef height As Integer _
)
[C#]
public static void avcodec_align_dimensions(
   IntPtr pAVCodecContext,
   ref int width,
   ref int height
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace