You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove depreacated use of CODEC_* and PIX_FMT_*. Use AV_* instead.
- Add backward compatibility for older libav API versions
Closes#30Closes#35Closes#36
in bebop_video_decoder.cpp:79
changed
CODEC_ID_H264
to
AV_CODEC_ID_H264
and the build succeeded.
The text was updated successfully, but these errors were encountered: