MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / GetHeight

Method GetHeight

libavdevice/decklink_enc.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { }
62 virtual long STDMETHODCALLTYPE GetWidth (void) { return _width; }
63 virtual long STDMETHODCALLTYPE GetHeight (void) { return _height; }
64 virtual long STDMETHODCALLTYPE GetRowBytes (void)
65 {
66 if (_codec_id == AV_CODEC_ID_WRAPPED_AVFRAME)

Callers 3

ff_decklink_set_formatFunction · 0.80
ff_decklink_list_formatsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected