[FFmpeg-cvslog] fftools/ffmpeg_mux: Make ms_from_ost() inline
softworkz
git at videolan.org
Fri May 16 00:11:43 EEST 2025
ffmpeg | branch: master | softworkz <softworkz at hotmail.com> | Fri Apr 18 01:35:27 2025 +0200| [50fcc0ce5fa1b8835fad16223093b64dc5151581] | committer: softworkz
fftools/ffmpeg_mux: Make ms_from_ost() inline
Signed-off-by: softworkz <softworkz at hotmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50fcc0ce5fa1b8835fad16223093b64dc5151581
---
fftools/ffmpeg_mux.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fftools/ffmpeg_mux.h b/fftools/ffmpeg_mux.h
index f41f2c18fa..4ca8ab73a4 100644
--- a/fftools/ffmpeg_mux.h
+++ b/fftools/ffmpeg_mux.h
@@ -123,7 +123,7 @@ typedef struct Muxer {
int mux_check_init(void *arg);
-static MuxStream *ms_from_ost(OutputStream *ost)
+static inline MuxStream *ms_from_ost(OutputStream *ost)
{
return (MuxStream*)ost;
}
More information about the ffmpeg-cvslog
mailing list