[vlc-commits] stream_out:bridge: store the ES category as an enum es_format_category_e
Steve Lhomme
git at videolan.org
Fri Jul 7 19:33:30 CEST 2017
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | 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 <remi at remlab.net>
> 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;
More information about the vlc-commits
mailing list