Quoting SuperFashi (2023-05-01 03:10:36) > Thanks for the feedback. I thought across libraries meant across different > muxers/demuxers. In which case, is there any naming scheme for functions > that are only used within lavf? Can i just remove the avpriv_ prefix?
tl;dr: use ff_ for non-static functions used within a single library see http://ffmpeg.org/developer.html#Naming-conventions-1 for details > For inline, my habit is to add it when there’s only one place that uses it. > I can remove it. I prefer to avoid it, because it's visual clutter that in most cases has no meaningful effect. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".