OSDN Git Service

In mpegts "reserved_future_use" field must be set to 1 in SDT table
authorGeorgi Chorbadzhiyski <gf@unixsol.org>
Fri, 28 Jan 2011 16:28:20 +0000 (18:28 +0200)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Fri, 28 Jan 2011 16:46:36 +0000 (17:46 +0100)
commita7827a17c6b3388322350456d445c94b3a82cd25
tree285531a4600510d107ed8632c602b676cdc0c701
parent3c802cabba8e85e4f2949c57df947dd1823a15f5
In mpegts "reserved_future_use" field must be set to 1 in SDT table

According to EN 300 468 section 3.1 (Definitions):

   Unless otherwise specified within the present document all
   "reserved_future_use" bits is set to "1".

This was not the case for SDT generation so this patch fixes it.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavformat/mpegtsenc.c