FFmpeg
Loading...
Searching...
No Matches
jpeglsdec.h File Reference

JPEG-LS decoder. More...

#include "mjpeg.h"
#include "mjpegdec.h"

Go to the source code of this file.

Functions

int ff_jpegls_decode_lse (MJpegDecodeContext *s)
 Decode LSE block with initialization parameters.
 
int ff_jpegls_decode_picture (MJpegDecodeContext *s)
 

Detailed Description

JPEG-LS decoder.

Definition in file jpeglsdec.h.

Function Documentation

◆ ff_jpegls_decode_lse()

int ff_jpegls_decode_lse ( MJpegDecodeContext * s)

Decode LSE block with initialization parameters.

Definition at line 52 of file jpeglsdec.c.

Referenced by ff_mjpeg_decode_frame_from_buf().

◆ ff_jpegls_decode_picture()

int ff_jpegls_decode_picture ( MJpegDecodeContext * s)

Definition at line 357 of file jpeglsdec.c.

Referenced by ff_mjpeg_decode_sos().