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
src/movie.cc:70:38: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
buffer_, PIX_FMT_RGB24, width_, height_);
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
The text was updated successfully, but these errors were encountered:
src/movie.cc:56:42: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
width_, height_, PIX_FMT_RGB24, SWS_FAST_BILINEAR,
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
The text was updated successfully, but these errors were encountered: