On Thu, 18 Dec 2014, Diego Biurrun wrote:

On Thu, Dec 18, 2014 at 12:10:36PM +0200, Martin Storsjö wrote:
--- /dev/null
+++ b/libavformat/rtpenc_mpegts.c
+    st = avformat_new_stream(rtp_ctx, NULL);
+    st->time_base.num = 1;
+    st->time_base.den = 90000;
+    st->codec->codec_id = AV_CODEC_ID_MPEG2TS;

same

Aligned these, without aligning against the st assignment since it isn't a similar assignment to the others.

Applied the other comments locally.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to