You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fftools/ffmpeg_mux: Make ms_from_ost() inline
Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
@@ -123,7 +123,7 @@ typedef struct Muxer {
|
|||||||
|
|
||||||
int mux_check_init(void *arg);
|
int mux_check_init(void *arg);
|
||||||
|
|
||||||
static MuxStream *ms_from_ost(OutputStream *ost)
|
static inline MuxStream *ms_from_ost(OutputStream *ost)
|
||||||
{
|
{
|
||||||
return (MuxStream*)ost;
|
return (MuxStream*)ost;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user