| FFmpeg
    | 
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "pcm.h"#include "rso.h"
Include dependency graph for rsodec.c:

Go to the source code of this file.
| Functions | |
| static int | rso_read_header (AVFormatContext *s) | 
| Variables | |
| AVInputFormat | ff_rso_demuxer | 
Function Documentation
| 
 | static | 
Variable Documentation
| AVInputFormat ff_rso_demuxer | 
Initial value:
= {
    .name           =   "rso",
    .long_name      =   NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO"),
    .extensions     =   "rso",
    .read_header    =   rso_read_header,
    .read_packet    =   ff_pcm_read_packet,
    .read_seek      =   ff_pcm_read_seek,
}
Definition: libavformat/internal.h:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: libavformat/pcm.c:46
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/pcm.c:28
Generated on Fri Oct 31 2025 06:56:23 for FFmpeg by
 1.8.11
 1.8.11