Skip to content

Commit

Permalink
Update avcodec_helper.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 22, 2024
1 parent 0fe9043 commit b1250ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/videostreaming/avcodec/avcodec_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static std::string safe_av_get_pix_fmt_name(enum AVPixelFormat pix_fmt){
return {tmp};
}
static std::string safe_av_get_colorspace_name(enum AVColorSpace val){
auto tmp= av_get_colorspace_name(val);
auto tmp= av_color_space_name(val);
if(tmp== nullptr){
return "null";
}
Expand Down

0 comments on commit b1250ef

Please sign in to comment.