mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
fftools/ffmpeg_mux: Make ms_from_ost() inline
Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
parent
517a805565
commit
50fcc0ce5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue