Re: [FFmpeg-devel] [PATCH] libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames.

2014-09-22 Thread Nicholas Robbins
ping On Saturday, September 20, 2014 7:54 AM, Nicholas Robbins nickrobbins-at-yahoo@ffmpeg.org wrote: Signed-off-by: Nicholas Robbins nickrobb...@yahoo.com --- libavcodec/dvdsubdec.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/dvdsubdec.c

Re: [FFmpeg-devel] [PATCH] libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames.

2014-09-22 Thread Michael Niedermayer
On Mon, Sep 22, 2014 at 11:14:25AM -0700, Nicholas Robbins wrote: ping applied also, please add documentation for the option thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities

[FFmpeg-devel] [PATCH] libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames.

2014-09-20 Thread Nicholas Robbins
Signed-off-by: Nicholas Robbins nickrobb...@yahoo.com --- libavcodec/dvdsubdec.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index c7973f0..bb28d9e 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -39,6 +39,7 @@