[FFmpeg-devel] [PATCH] Bluray Subtitle Support, v5
stev391 at exemail.com.au
stev391
Sun Aug 2 13:13:33 CEST 2009
On Sun, 2009-08-02 at 10:51 +0200, Diego Biurrun wrote:
> On Sun, Aug 02, 2009 at 12:15:35PM +1000, stev391 at exemail.com.au wrote:
> >
> > --- libavcodec/pgssubdec.c (revision 0)
> > +++ libavcodec/pgssubdec.c (revision 0)
> > @@ -0,0 +1,456 @@
> > +
> > +static void parse_picture_segment(AVCodecContext *avctx,
> > + const uint8_t *buf, int buf_size)
>
> indentation
>
> > +static void parse_palette_segment(AVCodecContext *avctx,
> > + const uint8_t *buf, int buf_size)
>
> ditto
>
> > +static void parse_presentation_segment(AVCodecContext *avctx,
> > + const uint8_t *buf, int buf_size)
> > +
> > +static int display_end_segment(AVCodecContext *avctx,
> > + void *data,
> > + const uint8_t *buf, int buf_size)
> > +
> > +static int decode(AVCodecContext *avctx,
> > + void *data, int *data_size,
> > + AVPacket *avpkt)
>
> ditto
>
> Build system and documentation parts OK.
>
> Diego
My apologies Diego, that was just slack on my behalf. Patch updated to
reflect your comments. (No other changes).
Stephen.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bluray_subtitles_ffmpeg_19562_v6.diff
Type: text/x-patch
Size: 16993 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090802/3b8182aa/attachment.bin>
More information about the ffmpeg-devel
mailing list