Re: [FFmpeg-devel] [PATCH 2/2] lavc/ccaption_dec: implement real_time option

2016-01-11 Thread anshul . ffmpeg
On Saturday, January 09, 2016 02:55:01 PM Aman Gupta wrote: > From: Aman Gupta > > This new mode is useful for realtime decoding of closed captions so they > can be display along with mpeg2 frames. > > Closed caption streams contain two major types of captions: > > - POPON captions, which are b

[FFmpeg-devel] [PATCH 2/2] lavc/ccaption_dec: implement real_time option

2016-01-09 Thread Aman Gupta
From: Aman Gupta This new mode is useful for realtime decoding of closed captions so they can be display along with mpeg2 frames. Closed caption streams contain two major types of captions: - POPON captions, which are buffered off-screen and displayed only after EOC (end of caption, aka displ