vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jul 5 17:09:19 2017 +0200| [28e5380dc8d876bd2b3ad31b887e2682a610df46] | committer: Rémi Denis-Courmont
stream_out:bridge: store the ES category as an enum es_format_category_e Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28e5380dc8d876bd2b3ad31b887e2682a610df46 --- modules/stream_out/rtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stream_out/rtp.h b/modules/stream_out/rtp.h index eae375486f..a4883665df 100644 --- a/modules/stream_out/rtp.h +++ b/modules/stream_out/rtp.h @@ -77,7 +77,7 @@ typedef struct rtp_format_t uint8_t payload_type; unsigned clock_rate; unsigned channels; - int cat; + enum es_format_category_e cat; /* Used in SDP only */ unsigned bitrate; const char *ptname; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
